0.8.17.30:
[sbcl.git] / make-genesis-2.sh
index 92016f0..42efb07 100644 (file)
@@ -51,10 +51,11 @@ $SBCL_XC_HOST <<-'EOF' || exit 1
                       ;; be very handy when debugging cold init problems.
                       :map-file-name "output/cold-sbcl.map")
         #+cmu (ext:quit)
+        #+clisp (ext:quit)
        EOF
 
 echo //testing for consistency of first and second GENESIS passes
-if diff -qr src/runtime/genesis output/genesis-2; then
+if diff -r src/runtime/genesis output/genesis-2; then
     echo //header files match between first and second GENESIS -- good
 else
     echo error: header files do not match between first and second GENESIS