Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752078AbbEGPxP (ORCPT ); Thu, 7 May 2015 11:53:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60876 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751356AbbEGPxO (ORCPT ); Thu, 7 May 2015 11:53:14 -0400 Date: Thu, 7 May 2015 12:52:42 -0300 From: Arnaldo Carvalho de Melo To: Naoya Horiguchi Cc: Jiri Olsa , Sukadev Bhattiprolu , Will Deacon , Peter Zijlstra , Ingo Molnar , "linux-kernel@vger.kernel.org" , Andrew Morton , Andi Kleen Subject: Re: [PATCH] tools/vm: fix build failure Message-ID: <20150507155242.GC2645@redhat.com> References: <1430974072-813-1-git-send-email-n-horiguchi@ah.jp.nec.com> <20150507050202.GD7745@hori1.linux.bs1.fc.nec.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150507050202.GD7745@hori1.linux.bs1.fc.nec.co.jp> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.20 (2009-12-10) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1468 Lines: 44 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 > > 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 > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/