[Git][cmucl/cmucl][rtoy-update-clx-with-cmucl-fixes] Add -batch flag back, as it used to be.
Raymond Toy
rtoy at common-lisp.net
Sat Jan 27 19:42:51 UTC 2018
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/d10aa4a6e7edcf8e6254cb8897cdf4e38139c6d1
---
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/d10aa4a6e7edcf8e6254cb8897cdf4e38139c6d1
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20180127/82f6acfb/attachment.html>
More information about the cmucl-cvs
mailing list