summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-07-10 18:28:12 +0000
committerimp <imp@FreeBSD.org>2014-07-10 18:28:12 +0000
commitcb693195c629cb15f468852d1ee1ba1a147b6f5a (patch)
tree06a05c309bc1812d50369702f1feb71d4a6915ce /Makefile
parentc8f08e815af7e443d5d77edc61d9c7b245a6ba4f (diff)
downloadFreeBSD-src-cb693195c629cb15f468852d1ee1ba1a147b6f5a.zip
FreeBSD-src-cb693195c629cb15f468852d1ee1ba1a147b6f5a.tar.gz
Separate out the links creation from the other targets. This was
supposed to have been done for the original commit, but somebody forgot. Pointy-hat-to: imp@
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4751f4f..d0c2402 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,7 @@
# specified with XDEV and XDEV_ARCH.
# xdev-build - Build cross-development tools.
# xdev-install - Install cross-development tools.
+# xdev-links - Create traditional links in /usr/bin for cc, etc
#
# "quick" way to test all kernel builds:
# _jflag=`sysctl -n hw.ncpu`
@@ -110,6 +111,7 @@ TGTS= all all-man buildenv buildenvvars buildkernel buildworld \
_worldtmp _legacy _bootstrap-tools _cleanobj _obj \
_build-tools _cross-tools _includes _libraries _depend \
build32 builddtb distribute32 install32 xdev xdev-build xdev-install \
+ xdev-links \
TGTS+= ${SUBDIR_TARGETS}
OpenPOWER on IntegriCloud