summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-03-24 08:26:22 +0000
committerru <ru@FreeBSD.org>2004-03-24 08:26:22 +0000
commitda8ebfd5585e6b7d7285426775cac110cf6f263f (patch)
treedfa35ca3749ef01d8ba99dd0da54a1a7b79ac5c5 /Makefile.inc1
parent2939e573b6d58ec885cf10a48bfce9a368821054 (diff)
downloadFreeBSD-src-da8ebfd5585e6b7d7285426775cac110cf6f263f.zip
FreeBSD-src-da8ebfd5585e6b7d7285426775cac110cf6f263f.tar.gz
Added the `toolchain' top-level target, which builds enough of
buildworld, up to and including libraries, except for actually building the world. Requested by: many
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 5ce0fcb..6aca034 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -343,6 +343,8 @@ WMAKE_TGTS+= _includes _libraries _depend everything
buildworld: ${WMAKE_TGTS}
.ORDER: ${WMAKE_TGTS}
+toolchain: ${WMAKE_TGTS:N_depend:Neverything}
+
#
# Use this to add checks to installworld/installkernel targets.
#
OpenPOWER on IntegriCloud