diff options
author | ru <ru@FreeBSD.org> | 2004-03-24 08:26:22 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-03-24 08:26:22 +0000 |
commit | da8ebfd5585e6b7d7285426775cac110cf6f263f (patch) | |
tree | dfa35ca3749ef01d8ba99dd0da54a1a7b79ac5c5 /Makefile | |
parent | 2939e573b6d58ec885cf10a48bfce9a368821054 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ TGTS= all all-man buildkernel buildworld checkdpadd clean \ hierarchy install installcheck installkernel installkernel.debug\ reinstallkernel reinstallkernel.debug installworld \ libraries lint maninstall \ - obj objlink regress rerelease tags update \ + obj objlink regress rerelease tags toolchain update \ _worldtmp _legacy _bootstrap-tools _cleanobj _obj \ _build-tools _cross-tools _includes _libraries _depend |