X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make.sh;h=2249dadaf9e2d69bbdb9b9eb86a2c5822c5cfa6d;hb=44e8b1e878153bd815021acd962806a3e7e86c60;hp=5672219a30cc3f842af67403bce56c5dbc6d76c7;hpb=a37de74b393a808825585000bb5b2b92218d46c0;p=sbcl.git diff --git a/make.sh b/make.sh index 5672219..2249dad 100755 --- a/make.sh +++ b/make.sh @@ -1,4 +1,4 @@ -\#!/bin/sh +#!/bin/sh # "When we build software, it's a good idea to have a reliable method # for getting an executable from it. We want any two reconstructions @@ -34,6 +34,10 @@ # "lisp -noinit -batch" # to use an existing CMU CL binary as a cross-compilation host # when you have weird things in your .cmucl-init file +# Someday CLISP should work +# "clisp" +# but as of sbcl-0.7.1.17, it still doesn't. (SBCL's fault: too much +# unportable code!) # # FIXME: Make a more sophisticated command line parser, probably # accepting "sh make.sh --xc-host foolisp" instead of the