[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090617111800.GA15261@elte.hu>
Date: Wed, 17 Jun 2009 13:18:00 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: torvalds@...ux-foundation.org, fengguang.wu@...el.com,
adobriyan@...il.com, andi@...stfloor.org,
kosaki.motohiro@...fujitsu.com, mpm@...enic.com,
Pekka Enberg <penberg@...helsinki.fi>,
linux-kernel@...r.kernel.org
Subject: [PATCH] pagemap: add page-types tool, fix build
* Andrew Morton <akpm@...ux-foundation.org> wrote:
> On Tue, 16 Jun 2009 15:32:27 -0700 akpm@...ux-foundation.org wrote:
>
> > --- a/Documentation/vm/Makefile~pagemap-add-page-types-tool
> > +++ a/Documentation/vm/Makefile
> > @@ -2,7 +2,7 @@
> > obj- := dummy.o
> >
> > # List of programs to build
> > -hostprogs-y := slabinfo
> > +hostprogs-y := slabinfo slqbinfo page-types
>
> hrm, slqbinfo shouldn't be there. Thwap at people adding
> non-2.6.31 material to linux-next, thwap at me for apparently not
> running allmodconfig.
I just ran into this while merging to latest -git - fix below.
Ingo
----------------->
>From c89779f6a5c50a8827b803193e87a3e559972391 Mon Sep 17 00:00:00 2001
From: Ingo Molnar <mingo@...e.hu>
Date: Wed, 17 Jun 2009 13:14:21 +0200
Subject: [PATCH] pagemap: add page-types tool, fix build
Latest -git fails to build:
make[2]: *** No rule to make target `Documentation/vm/slqbinfo.c',
needed by `Documentation/vm/slqbinfo'. Stop.
but slqbinfo.c is not yet upstream. Fix the makefile.
Cc: Wu Fengguang <fengguang.wu@...el.com>
Cc: KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
Documentation/vm/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/vm/Makefile b/Documentation/vm/Makefile
index 27479d4..5bd269b 100644
--- a/Documentation/vm/Makefile
+++ b/Documentation/vm/Makefile
@@ -2,7 +2,7 @@
obj- := dummy.o
# List of programs to build
-hostprogs-y := slabinfo slqbinfo page-types
+hostprogs-y := slabinfo page-types
# Tell kbuild to always build the programs
always := $(hostprogs-y)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists