lkml.org 
[lkml]   [2003]   [Sep]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] No forced rebuilding of ikconfig.h
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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:48    [W:0.075 / U:0.092 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site