Deprecate 'installer_*' targets. If used a warning is generated and the
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 18 Aug 2007 00:10:50 +0000 (00:10 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 18 Aug 2007 00:10:50 +0000 (00:10 +0000)
commit9b29c40a037bb4787e8313f8e831d0956486bdeb
tree4745c6e65019e724d5a8a5034aa5482741851d8c
parent5d7c25a35cc25c6f7c2f3c5d7c0b5f0e7185aaf8
Deprecate 'installer_*' targets.  If used a warning is generated and the
build will sleep for 10 seconds before continuing.

New way of doing targets: build what you want by specifying multiple
targets.  For example:  'make installer release' instead of
'make installer_release'.  This increases the flexibility of the
nrelease build by allowing us to add multiple targets to create an
enhanced result.
nrelease/Makefile