All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Andi Kleen <andi@firstfloor.org>
Cc: linux-kernel@vger.kernel.org, Andi Kleen <ak@linux.intel.com>,
	Jiri Olsa <jolsa@kernel.org>,
	Arnaldo Carvalho de Melo <acme@redhat.com>
Subject: Re: [PATCH] Fix page-flags build
Date: Thu, 12 Mar 2015 15:54:39 -0700	[thread overview]
Message-ID: <20150312155439.eaaacb7d6bf72d06c7deefff@linux-foundation.org> (raw)
In-Reply-To: <1426199953-15324-1-git-send-email-andi@firstfloor.org>

On Thu, 12 Mar 2015 15:39:13 -0700 Andi Kleen <andi@firstfloor.org> wrote:

> From: Andi Kleen <ak@linux.intel.com>
> 
> libabikfs.a doesn't exist anymore, so we now need to link with
> libapi.a
> 
> Signed-off-by: Andi Kleen <ak@linux.intel.com>
> ---
>  tools/vm/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/vm/Makefile b/tools/vm/Makefile
> index ac884b6..93aadaf 100644
> --- a/tools/vm/Makefile
> +++ b/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/

A bit more info would have helped!

This appears to be a fix for 285a8f247b08c2 ("tools lib api: Rename
libapikfs.a to libapi.a"), authored by Jiri, committed by Arnaldo and
presently in linux-next.



  reply	other threads:[~2015-03-12 22:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-12 22:39 [PATCH] Fix page-flags build Andi Kleen
2015-03-12 22:54 ` Andrew Morton [this message]
2015-03-12 23:16   ` Andi Kleen
2015-03-13 10:09   ` Jiri Olsa
2015-05-13  6:24 ` [tip:perf/urgent] tools: Fix tools/vm build tip-bot for Andi Kleen

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=20150312155439.eaaacb7d6bf72d06c7deefff@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=acme@redhat.com \
    --cc=ak@linux.intel.com \
    --cc=andi@firstfloor.org \
    --cc=jolsa@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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.