X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make.sh;h=9d48783f7fdf3b73bd814adcf58962f928884f56;hb=aa61c7571b33b86981301f34d3acdb66666f53a3;hp=ea3c12c54b6085833be4c007f526ec51db5354bd;hpb=f0338f6fa732b21daa4405e19465bd460e0526d9;p=sbcl.git diff --git a/make.sh b/make.sh index ea3c12c..9d48783 100755 --- a/make.sh +++ b/make.sh @@ -1,8 +1,8 @@ + #!/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 - # starting from the same source to end up in the same result. That's # just a basic intellectual premise." # -- Christian Queinnec, in _Lisp In Small Pieces_, p. 313 @@ -80,3 +80,4 @@ sh make-host-1.sh || exit 1 sh make-target-1.sh || exit 1 sh make-host-2.sh || exit 1 sh make-target-2.sh || exit 1 +date