* [GIT PATCH] kbuild fix for 2.6.18-rc
@ 2006-09-15 5:15 Sam Ravnborg
0 siblings, 0 replies; only message in thread
From: Sam Ravnborg @ 2006-09-15 5:15 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton, LKML
Hi Linus.
Please apply following simple kbuild fix to 2.6.18-rc.
Can be pulled from:
git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-2.6.18.git
The full changelog and patch is below.
Sam
------------------------------------------------------
Subject: Add a missing space that prevents building modules that require host programs
From: Ross Biro <rossb@google.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
---
scripts/Makefile.host | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN scripts/Makefile.host~add-a-missing-space-that-prevents-building-modules-that-require-host-programs scripts/Makefile.host
--- a/scripts/Makefile.host~add-a-missing-space-that-prevents-building-modules-that-require-host-programs
+++ a/scripts/Makefile.host
@@ -30,7 +30,7 @@
# libkconfig.so as the executable conf.
# Note: Shared libraries consisting of C++ files are not supported
-__hostprogs := $(sort $(hostprogs-y)$(hostprogs-m))
+__hostprogs := $(sort $(hostprogs-y) $(hostprogs-m))
# hostprogs-y := tools/build may have been specified. Retreive directory
host-objdirs := $(foreach f,$(__hostprogs), $(if $(dir $(f)),$(dir $(f))))
_
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-09-15 5:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-15 5:15 [GIT PATCH] kbuild fix for 2.6.18-rc Sam Ravnborg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®