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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to