* [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
* Re: [PATCH] No forced rebuilding of ikconfig.h
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
1 sibling, 1 reply; 4+ messages in thread
From: Randy.Dunlap @ 2003-09-29 16:29 UTC (permalink / raw)
To: Smurf; +Cc: torvalds, linux-kernel
On Mon, 29 Sep 2003 17:38:15 +0200 Smurf <smurf@play.smurf.noris.de> wrote:
| Why does ikconfig.h require forced rebuilding?
| I can't think of a reason...
Would you describe the problem, if any?
Since I removed linux/compile.h and linux/version.h from
kernel/configs.c (as in -test6), I don't see any rebuilding
happening. When does it happen?
Also, what kernel version are you referring to???
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] No forced rebuilding of ikconfig.h
2003-09-29 15:38 [PATCH] No forced rebuilding of ikconfig.h Smurf
2003-09-29 16:29 ` Randy.Dunlap
@ 2003-09-29 17:22 ` Sam Ravnborg
1 sibling, 0 replies; 4+ messages in thread
From: Sam Ravnborg @ 2003-09-29 17:22 UTC (permalink / raw)
To: Smurf; +Cc: torvalds, linux-kernel
On Mon, Sep 29, 2003 at 05:38:15PM +0200, Smurf wrote:
> Why does ikconfig.h require forced rebuilding?
> I can't think of a reason...
Check Documentation/kbuild/makefiles.txt, search for if_changed.
Sam
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] No forced rebuilding of ikconfig.h
2003-09-29 16:29 ` Randy.Dunlap
@ 2003-10-01 8:37 ` Matthias Urlichs
0 siblings, 0 replies; 4+ messages in thread
From: Matthias Urlichs @ 2003-10-01 8:37 UTC (permalink / raw)
To: Randy.Dunlap; +Cc: linux-kernel
Hi,
Randy.Dunlap wrote:
> | Why does ikconfig.h require forced rebuilding?
> | I can't think of a reason...
>
> Would you describe the problem, if any?
It was rebuilding every time.
> Since I removed linux/compile.h and linux/version.h from
> kernel/configs.c (as in -test6), I don't see any rebuilding
> happening. When does it happen?
>
Ah. Thank you.
> Also, what kernel version are you referring to???
*Sigh* I am sorry I forgot that. I really should know better. :-/
Since it works now, the correct answer to that one seems to be "sometime
before -test6".
You know the joke where the Jewish father berates his son for using too many
words in a telegram... well, seems I need to learn not to do that. :-(
--
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
- -
Your parentheses always match.
^ 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