svn commit: r228066 - head/tools

Max Khon fjoe at FreeBSD.org
Mon Nov 28 14:03:37 UTC 2011


Author: fjoe
Date: Mon Nov 28 14:03:36 2011
New Revision: 228066
URL: http://svn.freebsd.org/changeset/base/228066

Log:
  Add a comment that shows how to limit the build to the specific list of arches.

Modified:
  head/tools/tinder.sh

Modified: head/tools/tinder.sh
==============================================================================
--- head/tools/tinder.sh	Mon Nov 28 14:01:17 2011	(r228065)
+++ head/tools/tinder.sh	Mon Nov 28 14:03:36 2011	(r228066)
@@ -37,6 +37,8 @@
 # sh tools/tinder.sh gnu/lib/libdialog usr.sbin/sade NO_CLEAN=yes
 #				# build libdialog and sade for all architectures
 #				# without making clean
+# sh tools/tinder.sh gnu/lib/libdialog usr.sbin/sade TARGETS="amd64 i386"
+#				# build libdialog and sade only for amd64 and i386
 #
 
 if [ $# -eq 0 ]; then


More information about the svn-src-head mailing list