diff options
author | Simon Horman <horms@verge.net.au> | 2006-09-22 10:46:12 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2006-10-06 12:46:16 +0900 |
commit | a9df6cb0ac92be0a87eb03ed28d398912915d2ed (patch) | |
tree | 63b15845575275f8f0edc8e0c3d9c734a81126c8 /purgatory/arch | |
parent | 80826bf7234184cef22756a11337657c65b89bf3 (diff) |
build-no-partial-rebuild-on-clean
[BUILD] Don't do a partial build on clean
$(OBJDIR)/kexec/purgatory.c is a target and needs special treatment,
else calling make clean on an already clean tree will cause it -
and as a result a whole bunch of other stuff - to be built only
to be immediately cleaned.
There are some more pathological cases, where users manually
removed .d files, and then these are regenerated (but not removed)
on make clean. However this change does ensure that the following
is a bit more sensible.
make clean; make clean
Signed-OFf-By: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'purgatory/arch')
0 files changed, 0 insertions, 0 deletions