lkml.org 
[lkml]   [2004]   [Aug]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectkbuild: fix make O= build
# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2004/08/26 21:13:39+02:00 sam@mars.ravnborg.org
# kbuild: Fix make O=
#
# A bug that slipped through when introducing Makefile.host.
# A good way to check if people actually uses make O= ;-)
#
# Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
#
# scripts/Makefile.host
# 2004/08/26 21:13:23+02:00 sam@mars.ravnborg.org +1 -0
# Fix make O= build.
#
# When we put correct prefix on obj-dris the output directory is created if needed
#
diff -Nru a/scripts/Makefile.host b/scripts/Makefile.host
--- a/scripts/Makefile.host 2004-08-26 21:22:06 +02:00
+++ b/scripts/Makefile.host 2004-08-26 21:22:06 +02:00
@@ -73,6 +73,7 @@
host-cxxobjs := $(addprefix $(obj)/,$(host-cxxobjs))
host-cshlib := $(addprefix $(obj)/,$(host-cshlib))
host-cshobjs := $(addprefix $(obj)/,$(host-cshobjs))
+obj-dirs := $(addprefix $(obj)/,$(obj-dirs))

#####
# Handle options to gcc. Support building with separate output directory
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:05    [W:0.034 / U:0.576 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site