# 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