lkml.org 
[lkml]   [2009]   [Jun]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH] pagemap: add page-types tool, fix build

    * Andrew Morton <akpm@linux-foundation.org> wrote:

    > On Tue, 16 Jun 2009 15:32:27 -0700 akpm@linux-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@elte.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@intel.com>
    Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
    Cc: Andrew Morton <akpm@linux-foundation.org>
    Signed-off-by: Ingo Molnar <mingo@elte.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)

    \
     
     \ /
      Last update: 2009-06-17 13:21    [W:7.949 / U:0.084 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site