From c33e09b4445346fff0d9c65394039ea41d1b78af Mon Sep 17 00:00:00 2001 From: Max Khon Date: Mon, 28 Nov 2011 14:03:36 +0000 Subject: [PATCH] Add a comment that shows how to limit the build to the specific list of arches. --- tools/tinder.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/tinder.sh b/tools/tinder.sh index 17e8d3d7e80..4291e88dfe9 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