From e7f3499b7ff6fb711d3c19b915af84c6c1248314 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Tue, 30 Jun 2009 16:33:49 +0000
Subject: [PATCH] Oops.  For x86 builds, we don't want to clean out everything
 on the last build because we need the libraries to persist so we can have x87
 and sse2 versions of them.

---
 tools/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/build.sh b/tools/build.sh
index f05b210d4..1a1effc9e 100755
--- a/tools/build.sh
+++ b/tools/build.sh
@@ -178,7 +178,7 @@ BUILD_WORLD2=
 buildit
 
 TARGET=$BASE-4
-#CLEAN_FLAGS="-K all"
+CLEAN_FLAGS="-K all"
 OLDLISP="${BASE}-3/lisp/lisp -noinit $FPU_MODE"
 ENABLE=$ENABLE4
 
-- 
GitLab