[Git][cmucl/cmucl][master] Oops. Forgot to remove one more FPU_MODE
Raymond Toy
rtoy at common-lisp.net
Sat Sep 1 16:53:38 UTC 2018
Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
d7f49e51 by Raymond Toy at 2018-09-01T16:53:24Z
Oops. Forgot to remove one more FPU_MODE
- - - - -
1 changed file:
- bin/build.sh
Changes:
=====================================
bin/build.sh
=====================================
@@ -144,7 +144,7 @@ buildit ()
fi
$TOOLDIR/load-world.sh $TARGET "$VERSION" || { echo "Failed: $TOOLDIR/load-world.sh"; exit 1; }
- $TARGET/lisp/lisp -batch -noinit -nositeinit < /dev/null || { echo "Failed: $TARGET/lisp/lisp -batch -noinit $FPU_MODE"; exit 1; }
+ $TARGET/lisp/lisp -batch -noinit -nositeinit < /dev/null || { echo "Failed: $TARGET/lisp/lisp -batch -noinit"; exit 1; }
return 0;
fi
}
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/d7f49e5153e53ddb7fa1ccc10f9dfc6b52dd9ea9
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/d7f49e5153e53ddb7fa1ccc10f9dfc6b52dd9ea9
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/20180901/f9d97ef0/attachment.html>
More information about the cmucl-cvs
mailing list