This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMU Common Lisp".
The branch, master has been updated via d87bebdf19729956c9a35c734d5d3cced17a5359 (commit) from a9839fad10044fc37d2ab1b0b6e0c75d951ebc92 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit d87bebdf19729956c9a35c734d5d3cced17a5359 Author: Raymond Toy toy.raymond@gmail.com Date: Wed May 7 20:06:57 2014 -0700
Oops. Really remove UNIX from the VM package.
* boot-2014-05-1: * Bootstrap file to unuse the package * build.sh: * Update verison to 20e so we use the correct directory for bootstrap files.
diff --git a/bin/build.sh b/bin/build.sh index e0274ba..3b52556 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -39,7 +39,7 @@ ENABLE2="yes" ENABLE3="yes" ENABLE4="yes"
-version=20d +version=20e SRCDIR=src BINDIR=bin TOOLDIR=$BINDIR diff --git a/src/bootfiles/20e/boot-2014-05-1.lisp b/src/bootfiles/20e/boot-2014-05-1.lisp new file mode 100644 index 0000000..91c72d6 --- /dev/null +++ b/src/bootfiles/20e/boot-2014-05-1.lisp @@ -0,0 +1,5 @@ +;; Remove the UNIX package from the package use list of the VM +;; package. The UNIX package is only needed to provide the SIGCONTEXT +;; symbol, so we just prefix it everywhere. + +(unuse-package "UNIX" "VM")
-----------------------------------------------------------------------
Summary of changes: bin/build.sh | 2 +- src/bootfiles/20e/boot-2014-05-1.lisp | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 src/bootfiles/20e/boot-2014-05-1.lisp
hooks/post-receive