svn commit: r325083 - head

Bryan Drewery bdrewery at FreeBSD.org
Sun Oct 29 01:21:34 UTC 2017


Author: bdrewery
Date: Sun Oct 29 01:21:33 2017
New Revision: 325083
URL: https://svnweb.freebsd.org/changeset/base/325083

Log:
  Suggest TARGET/TARGET_ARCH, XDEV/XDEV_ARCH are depcrecated in r269031.
  
  MFC after:	2 weeks
  Sponsored by:	Dell EMC Isilon

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile	Sun Oct 29 01:21:29 2017	(r325082)
+++ head/Makefile	Sun Oct 29 01:21:33 2017	(r325083)
@@ -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


More information about the svn-src-head mailing list