]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: consistently decide when to rebuild a target
authorSam Ravnborg <sam@mars.ravnborg.org>
Sun, 23 Jul 2006 17:37:44 +0000 (19:37 +0200)
committerSam Ravnborg <sam@neptun.ravnborg.org>
Mon, 25 Sep 2006 07:00:00 +0000 (09:00 +0200)
commit206c29b52df0fbcb8569169565c6d69a967cd100
tree2dd9563f30467f252e08477e7e63c4adeb4c0caa
parent9c05bc86354dad9d84b828e343351a02de53d100
kbuild: consistently decide when to rebuild a target

Consistently decide when to rebuild a target across all of
if_changed, if_changed_dep, if_changed_rule.
PHONY targets are now treated alike (ignored) for all targets

While add it make Kbuild.include almost readable by factoring out a few
bits to some common variables and reuse this in Makefile.build.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/Kbuild.include
scripts/Makefile.build
usr/Makefile