summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-12-09 02:08:19 +0000
committerpeter <peter@FreeBSD.org>2003-12-09 02:08:19 +0000
commit84e2c4c55b82cc4f62ab90c4141beffce4e30412 (patch)
treec18fd5282f0b82902edd4c16b368c2c3b7b6f12f /Makefile
parent3f57a7735572a6d30f488e70c385e5b0275dbdc3 (diff)
downloadFreeBSD-src-84e2c4c55b82cc4f62ab90c4141beffce4e30412.zip
FreeBSD-src-84e2c4c55b82cc4f62ab90c4141beffce4e30412.tar.gz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 132c115..fccd360 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/}
OpenPOWER on IntegriCloud