svn commit: r264811 - stable/10

Christian Brueffer brueffer at FreeBSD.org
Wed Apr 23 09:27:12 UTC 2014


Author: brueffer
Date: Wed Apr 23 09:27:11 2014
New Revision: 264811
URL: http://svnweb.freebsd.org/changeset/base/264811

Log:
  MFC: r264460
  
  Document the xdev* targets.
  
  PR:		188519
  Submitted by:	Idwer Vollering <vidwer at gmail.com>
  Reviewed by:	bapt

Modified:
  stable/10/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/Makefile
==============================================================================
--- stable/10/Makefile	Wed Apr 23 09:24:26 2014	(r264810)
+++ stable/10/Makefile	Wed Apr 23 09:27:11 2014	(r264811)
@@ -32,6 +32,10 @@
 # targets             - Print a list of supported TARGET/TARGET_ARCH pairs
 #                       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.
+# xdev-build          - Build cross-development tools.
+# xdev-install        - Install cross-development tools.
 # 
 # "quick" way to test all kernel builds:
 # 	_jflag=`sysctl -n hw.ncpu`


More information about the svn-src-all mailing list