From f6b5063262fd6a02801843e4bb4085ff1f417d77 Mon Sep 17 00:00:00 2001 From: brueffer Date: Wed, 23 Apr 2014 09:27:11 +0000 Subject: [PATCH] MFC: r264460 Document the xdev* targets. PR: 188519 Submitted by: Idwer Vollering Reviewed by: bapt git-svn-id: svn://svn.freebsd.org/base/stable/10@264811 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 3b7cc8304..cd5f3eeaa 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` -- 2.45.0