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

This commit is contained in:
Max Khon 2011-11-28 14:03:36 +00:00
parent 106235a4b8
commit c33e09b444
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228066
1 changed files with 2 additions and 0 deletions

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