X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-genesis-2.sh;h=42efb07a955287154f5daa60462ca9404cefcbab;hb=1b650be8b800cf96e2c268ae317fb26d0bf36827;hp=92016f0536a710013cee3769d9133278d1916119;hpb=3bb2fb5b9ecdeebecaded4ac6e5af0f653be8867;p=sbcl.git diff --git a/make-genesis-2.sh b/make-genesis-2.sh index 92016f0..42efb07 100644 --- a/make-genesis-2.sh +++ b/make-genesis-2.sh @@ -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