Build WITHOUT_FORTH too, at least for amd64 and i386
Sponsored by: Netflix
This commit is contained in:
parent
fb5af39a82
commit
ac20456c39
@ -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…
x
Reference in New Issue
Block a user