From d87bebdf19729956c9a35c734d5d3cced17a5359 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Wed, 7 May 2014 20:06:57 -0700 Subject: [PATCH] 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. --- 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 diff --git a/bin/build.sh b/bin/build.sh index e0274baa1..3b525567b 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 000000000..91c72d651 --- /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") -- GitLab