Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2011 14:03:37 +0000 (UTC)
From:      Max Khon <fjoe@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r228066 - head/tools
Message-ID:  <201111281403.pASE3bnq094072@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111281403.pASE3bnq094072>