public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] No forced rebuilding of ikconfig.h
@ 2003-09-29 15:38 Smurf
  2003-09-29 16:29 ` Randy.Dunlap
  2003-09-29 17:22 ` Sam Ravnborg
  0 siblings, 2 replies; 4+ messages in thread
From: Smurf @ 2003-09-29 15:38 UTC (permalink / raw)
  To: torvalds, linux-kernel

Why does ikconfig.h require forced rebuilding?
I can't think of a reason...

diff -xCVS -ru linux-2.5-m68k-cvs-orig/kernel/Makefile linux-2.5-m68k-cvs/kernel/Makefile
--- linux-2.5-m68k-cvs-orig/kernel/Makefile	2003-09-28 04:28:45.000000000 +0200
+++ linux-2.5-m68k-cvs/kernel/Makefile	2003-09-29 12:17:19.000000000 +0200
@@ -44,7 +44,8 @@
       cmd_ikconfig = $(CONFIG_SHELL) $< .config $(srctree)/Makefile > $@
 
 targets += ikconfig.h
-$(obj)/ikconfig.h: scripts/mkconfigs .config Makefile FORCE
+
+$(obj)/ikconfig.h: scripts/mkconfigs .config Makefile
 	$(call if_changed,ikconfig)
 
 # config_data.h contains the same information as ikconfig.h but gzipped.

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  smurf@smurf.noris.de
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
History is made at night. Character is what you are in the dark.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-10-01  8:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-29 15:38 [PATCH] No forced rebuilding of ikconfig.h Smurf
2003-09-29 16:29 ` Randy.Dunlap
2003-10-01  8:37   ` Matthias Urlichs
2003-09-29 17:22 ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox