X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-config.sh;h=1a0a54739941ff0d31f8e1da8067d463c00099f5;hb=43c6634142a96e1d1bab2efe1a39cd8234903c41;hp=1b862045063702d7f805342ee993fa1245581dbc;hpb=9644b3bcfc539ab201da9d3251a3cc3ebc24d457;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index 1b86204..1a0a547 100644 --- a/make-config.sh +++ b/make-config.sh @@ -208,6 +208,10 @@ EOF exit 1 fi +# Running make.sh with different options without clean.sh in the middle +# can break things. +sh clean.sh + mkdir -p output # Save prefix for make and install.sh. echo "SBCL_PREFIX='$SBCL_PREFIX'" > output/prefix.def