summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2011-11-28 14:03:36 +0000
committerfjoe <fjoe@FreeBSD.org>2011-11-28 14:03:36 +0000
commita77e0a7f5fb4d1df1767d80f5f3990a3ab908553 (patch)
tree2db8b00e112550c6ec4b35990766f08370eafcf1 /tools
parent85c13d37e1ed9d2cdd7cfc572f676cce3aed0fc4 (diff)
downloadFreeBSD-src-a77e0a7f5fb4d1df1767d80f5f3990a3ab908553.zip
FreeBSD-src-a77e0a7f5fb4d1df1767d80f5f3990a3ab908553.tar.gz
Add a comment that shows how to limit the build to the specific list of arches.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/tinder.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/tinder.sh b/tools/tinder.sh
index 17e8d3d..4291e88 100755
--- a/tools/tinder.sh
+++ b/tools/tinder.sh
@@ -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
OpenPOWER on IntegriCloud