From ac20456c399a6b381b22d04fbdbf84cb12e9a148 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 8 Dec 2017 19:57:21 +0000 Subject: [PATCH] Build WITHOUT_FORTH too, at least for amd64 and i386 Sponsored by: Netflix --- tools/boot/universe.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/boot/universe.sh b/tools/boot/universe.sh index d05097a0679..0b14a18b4d0 100755 --- a/tools/boot/universe.sh +++ b/tools/boot/universe.sh @@ -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 \