mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Build WITHOUT_FORTH too, at least for amd64 and i386
Sponsored by: Netflix
This commit is contained in:
parent
fb5af39a82
commit
ac20456c39
1 changed files with 8 additions and 0 deletions
|
|
@ -44,6 +44,14 @@ dobuild()
|
|||
top=$(make -V SRCTOP)
|
||||
cd $top/stand
|
||||
|
||||
# Build without forth
|
||||
for i in \
|
||||
amd64/amd64 \
|
||||
i386/i386 \
|
||||
; do
|
||||
ta=${i##*/}
|
||||
dobuild $ta _.boot.${ta}.no_forth.log "WITHOUT_FORTH=yes"
|
||||
done
|
||||
|
||||
# Build without GELI
|
||||
for i in \
|
||||
|
|
|
|||
Loading…
Reference in a new issue