Raymond Toy pushed to branch master at cmucl / cmucl
Commits: ea775196 by Raymond Toy at 2015-04-25T09:18:50Z Turn off logging that was accidentally enabled in previous commit.
- - - - -
1 changed file:
- bin/make-main-dist.sh
Changes:
===================================== bin/make-main-dist.sh ===================================== --- a/bin/make-main-dist.sh +++ b/bin/make-main-dist.sh @@ -126,7 +126,7 @@ do install ${GROUP} ${OWNER} -m 0644 $f $DESTDIR/lib/cmucl/lib/ext-formats/ done
-set -x +# set -x # Create the directories for asdf and defsystem for f in asdf defsystem asdf/doc do
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/ea775196480fd9f029c2a701f1...