[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090618011532.GA19732@localhost>
Date: Thu, 18 Jun 2009 09:15:32 +0800
From: Wu Fengguang <fengguang.wu@...el.com>
To: Kyle McMartin <kyle@...artin.ca>
Cc: "akpm@...ux-foundation.org" <akpm@...ux-foundation.org>,
"torvalds@...ux-foundation.org" <torvalds@...ux-foundation.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] slqbinfo doesn't exist...
Hi Kyle,
On Thu, Jun 18, 2009 at 02:38:51AM +0800, Kyle McMartin wrote:
> From: Kyle McMartin <kyle@...hat.com>
>
> Commit 35efa5e993a7a00a50b87d2b7725c3eafc80b083 which added a page-types
> tool introduced a reference to slqbinfo in the Makefile, which, doesn't
> exist... This is currently causing my rawhide builds to fail.
This fix should be in the latest git tree. Sorry for all the inconvenience!
Thanks,
Fengguang
> Signed-off-by: Kyle McMartin <kyle@...hat.com>
>
> ---
>
> 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