From 3432836448a73d17d8c59b4cb256da9edce77066 Mon Sep 17 00:00:00 2001 From: brueffer Date: Wed, 23 Apr 2014 09:32:33 +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/9@264812 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 1540756f4..198958fcf 100644 --- a/Makefile +++ b/Makefile @@ -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 -- 2.45.0