summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-10-29 01:21:33 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-10-29 01:21:33 +0000
commit051c25dbf313aa39f680db93f4a671128a1a0c3d (patch)
tree4846a77677efa3f68c839a642293f674a37b1c85 /Makefile
parent5bd47cc56f12ffcd0d577798a8a370bad46eb51f (diff)
downloadsrc-test-051c25dbf313aa39f680db93f4a671128a1a0c3d.tar.gz
src-test-051c25dbf313aa39f680db93f4a671128a1a0c3d.zip
Suggest TARGET/TARGET_ARCH, XDEV/XDEV_ARCH are depcrecated in r269031.
MFC after: 2 weeks Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=325083
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 22c3b2a46d611..28cef568312a8 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@
# for world and kernel targets.
# toolchains - Build a toolchain for all world and kernel targets.
# xdev - xdev-build + xdev-install for the architecture
-# specified with XDEV and XDEV_ARCH.
+# specified with TARGET and TARGET_ARCH.
# xdev-build - Build cross-development tools.
# xdev-install - Install cross-development tools.
# xdev-links - Create traditional links in /usr/bin for cc, etc