mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a comment that shows how to limit the build to the specific list of arches.
This commit is contained in:
parent
106235a4b8
commit
c33e09b444
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue