Build WITHOUT_FORTH too, at least for amd64 and i386

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2017-12-08 19:57:21 +00:00
parent fb5af39a82
commit ac20456c39
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326713

View File

@ -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 \