commit | 48f1f0589dd09df6ea07d41c737db3218ad2cb79 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@mars.ravnborg.org> | Sun Jul 23 19:37:44 2006 +0200 |
committer | Sam Ravnborg <sam@neptun.ravnborg.org> | Mon Sep 25 09:00:00 2006 +0200 |
tree | 2dd9563f30467f252e08477e7e63c4adeb4c0caa | |
parent | d3660a8cbdfad620af88b85b7bbfff29160f14c2 [diff] |
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>