aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-07-10 18:28:12 +0000
committerWarner Losh <imp@FreeBSD.org>2014-07-10 18:28:12 +0000
commit9e48836654285102f870d101161d519a8d8b3013 (patch)
tree06a05c309bc1812d50369702f1feb71d4a6915ce /Makefile
parentc4a1f025cfda997f99ae5828a0d3a9e4c770861c (diff)
downloadsrc-9e48836654285102f870d101161d519a8d8b3013.tar.gz
src-9e48836654285102f870d101161d519a8d8b3013.zip
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@
Notes
Notes: svn path=/head/; revision=268503
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4751f4f01a2f..d0c240265a03 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}