Re: [7/12] kbuild: Separate out host-progs handling
From: Coywolf Qi Hunt
Date: Sat Aug 14 2004 - 03:08:19 EST
Sam Ravnborg wrote:
# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2004/08/10 20:09:55+02:00 sam@xxxxxxxxxxxxxxxxx
# kbuild: Separate out host-progs handling
#
# Concentrating all host-progs functionality in one file made a more
# readable Makefile.lib - and allow for potential reuse of host-progs
# functionality.
# Processing of host-progs related stuff are avoided when no host-progs are specified.
#
# Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx>
#
# scripts/Makefile.host
# 2004/08/10 20:09:38+02:00 sam@xxxxxxxxxxxxxxxxx +152 -0
#
# scripts/Makefile.lib
# 2004/08/10 20:09:38+02:00 sam@xxxxxxxxxxxxxxxxx +0 -49
# Move host-progs functionality to scripts/Makefile.host
#
# scripts/Makefile.host
# 2004/08/10 20:09:38+02:00 sam@xxxxxxxxxxxxxxxxx +0 -0
# BitKeeper file /home/sam/bk/kbuild/scripts/Makefile.host
#
# scripts/Makefile.build
# 2004/08/10 20:09:38+02:00 sam@xxxxxxxxxxxxxxxxx +5 -84
# Move host-progs functionality to scripts/Makefile.host
#
diff -Nru a/scripts/Makefile.build b/scripts/Makefile.build
--- a/scripts/Makefile.build 2004-08-13 21:08:23 +02:00
+++ b/scripts/Makefile.build 2004-08-13 21:08:23 +02:00
@@ -14,6 +14,11 @@
include scripts/Makefile.lib
+# Do not include host-progs rules unles needed
A typo: unless
--
Coywolf Qi Hunt
Homepage http://greatcn.org/~coywolf/
Admin of http://GreatCN.org and http://LoveCN.org
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/