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

This commit is contained in:
fjoe 2011-11-28 14:03:36 +00:00
parent 85c13d37e1
commit a77e0a7f5f

View File

@ -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