X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-host-2.sh;fp=make-host-2.sh;h=0321ad33d943ad91c3a35539e6eec6bcf1a333ff;hb=babd45f7788c2f50c9d6193c1c7108e0a6b3a547;hp=580af2f55182f416d0107f596e210b533c3abd45;hpb=85483d976cc2d779493985f77f39efefb2ea622b;p=sbcl.git diff --git a/make-host-2.sh b/make-host-2.sh index 580af2f..0321ad3 100644 --- a/make-host-2.sh +++ b/make-host-2.sh @@ -1,4 +1,5 @@ #!/bin/sh +set -e # This is a script to be run as part of make.sh. The only time you'd # want to run it by itself is if you're trying to cross-compile the @@ -16,7 +17,8 @@ echo //entering make-host-2.sh LANG=C -export LANG +LC_ALL=C +export LANG LC_ALL # In some cases, a debugging build of the system will creates a core # file output/after-xc.core in the next step. In cases where it @@ -43,7 +45,7 @@ rm -f output/after-xc.core # the fasl files into the new host Lisp, and that doesn't seem to be # an enormously important disadvantage, either.) echo //running cross-compiler to create target object files -$SBCL_XC_HOST <<-'EOF' || exit 1 +$SBCL_XC_HOST <<-'EOF' ;;; ;;; Set up the cross-compiler.