[project @ 2001-09-28 23:36:50 by sof]
authorsof <unknown>
Fri, 28 Sep 2001 23:36:50 +0000 (23:36 +0000)
committersof <unknown>
Fri, 28 Sep 2001 23:36:50 +0000 (23:36 +0000)
commit53ededd082a1efa78d54aaa855d7e7e76a8c7366
tree0625f33efd7678be931ca269ca245898914c5088
parentba36feb682e8f30a3716f71a49c6ec63f92487a6
[project @ 2001-09-28 23:36:50 by sof]
Provide finer-grained control for turning off mk/target.mk's
'all', 'boot' and 'install' rules. i.e., instead of having
the variable NO_ALL_TARGETS control the defnition of rules
for all three, NO_ALL_TARGET, NO_BOOT_TARGET, and NO_INSTALL_TARGET
lets you individually control which ones you don't want.

Sub-projects (GC and HDirect, for example) have the need
to turn off the 'boot' rule, which is what motivated this
change.
Makefile
mk/target.mk