Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Apr 2014 16:15:11 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r264460 - head
Message-ID:  <201404141615.s3EGFBdh016764@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Mon Apr 14 16:15:11 2014
New Revision: 264460
URL: http://svnweb.freebsd.org/changeset/base/264460

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

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile	Mon Apr 14 14:40:12 2014	(r264459)
+++ head/Makefile	Mon Apr 14 16:15:11 2014	(r264460)
@@ -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`



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404141615.s3EGFBdh016764>