public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] slqbinfo doesn't exist...
@ 2009-06-17 18:38 Kyle McMartin
  2009-06-18  1:15 ` Wu Fengguang
  0 siblings, 1 reply; 3+ messages in thread
From: Kyle McMartin @ 2009-06-17 18:38 UTC (permalink / raw)
  To: fengguang.wu; +Cc: akpm, torvalds, linux-kernel

From: Kyle McMartin <kyle@redhat.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.

Signed-off-by: Kyle McMartin <kyle@redhat.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)

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-06-18 14:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-17 18:38 [PATCH] slqbinfo doesn't exist Kyle McMartin
2009-06-18  1:15 ` Wu Fengguang
2009-06-18 14:05   ` Kyle McMartin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox