All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@redhat.com>
To: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Cc: Jiri Olsa <jolsa@redhat.com>,
	Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>,
	Will Deacon <will.deacon@arm.com>,
	Peter Zijlstra <peterz@infradead.org>,
	Ingo Molnar <mingo@elte.hu>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Andi Kleen <andi@firstfloor.org>
Subject: Re: [PATCH] tools/vm: fix build failure
Date: Thu, 7 May 2015 12:52:42 -0300	[thread overview]
Message-ID: <20150507155242.GC2645@redhat.com> (raw)
In-Reply-To: <20150507050202.GD7745@hori1.linux.bs1.fc.nec.co.jp>

Em Thu, May 07, 2015 at 05:02:03AM +0000, Naoya Horiguchi escreveu:
> On Thu, May 07, 2015 at 04:47:55AM +0000, Horiguchi Naoya(堀口 直也) wrote:
> > libapikfs.a was renamed to libapi.a on commit 285a8f247b08 ("tools lib api:
> > Rename libapikfs.a to libapi.a"), but tools/vm/Makefile still refers to the
> > old file name, which breaks the build on tools/vm. This patch fixes it.
> > 
> > Signed-off-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
> 
> Ah, this was already posted in https://lkml.org/lkml/2015/3/12/964,
> but not merged for some reason.
> Could someone pick it, please?

I'll check and pick it, thanks.

- Arnaldo
 
> Thanks,
> Naoya Horiguchi
> 
> > ---
> >  tools/vm/Makefile | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git v4.1-rc2.orig/tools/vm/Makefile v4.1-rc2/tools/vm/Makefile
> > index ac884b65a072..93aadaf7ff63 100644
> > --- v4.1-rc2.orig/tools/vm/Makefile
> > +++ v4.1-rc2/tools/vm/Makefile
> > @@ -3,7 +3,7 @@
> >  TARGETS=page-types slabinfo page_owner_sort
> >  
> >  LIB_DIR = ../lib/api
> > -LIBS = $(LIB_DIR)/libapikfs.a
> > +LIBS = $(LIB_DIR)/libapi.a
> >  
> >  CC = $(CROSS_COMPILE)gcc
> >  CFLAGS = -Wall -Wextra -I../lib/
> > -- 
> > 2.1.0
> > 

      reply	other threads:[~2015-05-07 15:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-07  4:47 [PATCH] tools/vm: fix build failure Naoya Horiguchi
2015-05-07  5:02 ` Naoya Horiguchi
2015-05-07 15:52   ` Arnaldo Carvalho de Melo [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150507155242.GC2645@redhat.com \
    --to=acme@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=andi@firstfloor.org \
    --cc=jolsa@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=n-horiguchi@ah.jp.nec.com \
    --cc=peterz@infradead.org \
    --cc=sukadev@linux.vnet.ibm.com \
    --cc=will.deacon@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.