[Git][cmucl/cmucl][rtoy-update-clx-with-cmucl-fixes] Add -batch flag back, as it used to be.
Raymond Toy pushed to branch rtoy-update-clx-with-cmucl-fixes at cmucl / cmucl Commits: d10aa4a6 by Raymond Toy at 2018-01-27T11:42:22-08:00 Add -batch flag back, as it used to be. - - - - - 1 changed file: - bin/build-utils.sh Changes: ===================================== bin/build-utils.sh ===================================== --- a/bin/build-utils.sh +++ b/bin/build-utils.sh @@ -16,7 +16,7 @@ TARGET="`echo $1 | sed 's:/*$::'`" shift $TARGET/lisp/lisp \ - -noinit -nositeinit "$@" <<EOF || exit 3 + -noinit -nositeinit -batch "$@" <<EOF || exit 3 (in-package :cl-user) (setf lisp::*enable-package-locked-errors* nil) View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/d10aa4a6e7edcf8e6254cb8897... --- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/d10aa4a6e7edcf8e6254cb8897... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy