From 2eabb61ca24ff37a54f7f98cae818c817fd2d95d Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Mon, 14 Apr 2014 16:15:11 +0000 Subject: [PATCH] Document the xdev* targets. PR: 188519 Submitted by: Idwer Vollering Reviewed by: bapt MFC after: 1 week --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 7ef9399e60fd..6caebdf9bb84 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`