aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-12-09 02:08:19 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-12-09 02:08:19 +0000
commitef7af95abd4c13eb0c2cd6961ee08594bfcb7513 (patch)
treec18fd5282f0b82902edd4c16b368c2c3b7b6f12f
parentd5c854e8904326307d204ab210800f57e609e200 (diff)
downloadsrc-ef7af95abd4c13eb0c2cd6961ee08594bfcb7513.tar.gz
src-ef7af95abd4c13eb0c2cd6961ee08594bfcb7513.zip
Put on some factor 30+ bikeshed repellent and export the internal
Makefile.inc1 underscore targets with a big warning that they are intentionally undocumented, subject to change without notice and might poison your dog etc. If you don't know what they are, then they are not meant for you to use. I've added these by hand to so many many trees that I've lost count. I find them rather useful.
Notes
Notes: svn path=/head/; revision=123311
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 132c1153b489..fccd360543c9 100644
--- a/Makefile
+++ b/Makefile
@@ -58,12 +58,18 @@
# Define the user-driven targets. These are listed here in alphabetical
# order, but that's not important.
#
+# Targets that begin with underscore are internal targets intended for
+# developer convenience only. They are intentionally not documented and
+# completely subject to change without notice.
+#
TGTS= all all-man buildkernel buildworld checkdpadd clean \
cleandepend cleandir depend distribute distributeworld everything \
hierarchy install installcheck installkernel installkernel.debug\
reinstallkernel reinstallkernel.debug installworld \
libraries lint maninstall \
- obj objlink regress rerelease tags update
+ obj objlink regress rerelease tags update \
+ _worldtmp _legacy _bootstrap-tools _cleanobj _obj \
+ _build-tools _cross-tools _includes _libraries _depend
BITGTS= files includes
BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/}