* [PATCH] kbuild: do not run split-include for all compilations
@ 2003-03-02 20:00 Sam Ravnborg
0 siblings, 0 replies; only message in thread
From: Sam Ravnborg @ 2003-03-02 20:00 UTC (permalink / raw)
To: Kai Germaschewski; +Cc: linux-kernel
When a rule in the top-level Makefile includes scripts as one
of the prerequisites it inherits FORCE, and thus is always build.
include/linux/autoconf.h recently included scripts hereby forcing
split-include to be run for each compilation.
Fix all rules that lists scripts as a prerequisite but did not list FORCE.
Fixed by listing the executable needed direct.
Sam
===== Makefile 1.388 vs edited =====
--- 1.388/Makefile Sat Mar 1 19:57:24 2003
+++ edited/Makefile Sun Mar 2 20:46:38 2003
@@ -460,7 +460,7 @@
# if .config is newer than include/linux/autoconf.h, someone tinkered
# with it and forgot to run make oldconfig
-include/linux/autoconf.h: .config scripts
+include/linux/autoconf.h: .config scripts/fixdep
$(Q)$(MAKE) $(build)=scripts/kconfig scripts/kconfig/conf
./scripts/kconfig/conf -s arch/$(ARCH)/Kconfig
@@ -804,7 +804,7 @@
# Documentation targets
# ---------------------------------------------------------------------------
-sgmldocs psdocs pdfdocs htmldocs: scripts
+sgmldocs psdocs pdfdocs htmldocs: scripts/docproc FORCE
$(Q)$(MAKE) $(build)=Documentation/DocBook $@
# Scripts to check various things for consistency
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-03-02 19:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-02 20:00 [PATCH] kbuild: do not run split-include for all compilations 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®