[PATCH] No forced rebuilding of ikconfig.h

From: Smurf
Date: Mon Sep 29 2003 - 10:57:13 EST


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@xxxxxxxxxxxxxx
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
- -
History is made at night. Character is what you are in the dark.
-
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/