Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 2014 09:32:33 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r264812 - stable/9
Message-ID:  <201404230932.s3N9WX49042088@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Wed Apr 23 09:32:33 2014
New Revision: 264812
URL: http://svnweb.freebsd.org/changeset/base/264812

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

Modified:
  stable/9/Makefile   (contents, props changed)
Directory Properties:
  stable/9/   (props changed)

Modified: stable/9/Makefile
==============================================================================
--- stable/9/Makefile	Wed Apr 23 09:27:11 2014	(r264811)
+++ stable/9/Makefile	Wed Apr 23 09:32:33 2014	(r264812)
@@ -31,6 +31,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.
 #
 # This makefile is simple by design. The FreeBSD make automatically reads
 # the /usr/share/mk/sys.mk unless the -m argument is specified on the



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