summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Brueffer <brueffer@FreeBSD.org>2014-04-14 16:15:11 +0000
committerChristian Brueffer <brueffer@FreeBSD.org>2014-04-14 16:15:11 +0000
commit2eabb61ca24ff37a54f7f98cae818c817fd2d95d (patch)
treeae1a60563e26a77cebb908beeea6ec9eb15a143d /Makefile
parentcada55282a2eaa0d489bde770c9145b44f2584c8 (diff)
downloadsrc-test-2eabb61ca24ff37a54f7f98cae818c817fd2d95d.tar.gz
src-test-2eabb61ca24ff37a54f7f98cae818c817fd2d95d.zip
Document the xdev* targets.
PR: 188519 Submitted by: Idwer Vollering <vidwer at gmail.com> Reviewed by: bapt MFC after: 1 week
Notes
Notes: svn path=/head/; revision=264460
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7ef9399e60fdd..6caebdf9bb848 100644
--- a/Makefile
+++ b/Makefile
@@ -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`