X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make.sh;h=500f56f74b6ad47d14bd37894d1fbd701b86d73d;hb=6c4d4d984b1af6b2a73568cec3ab9c8795cff2da;hp=6aa8f99c7d41273b4a9d318a2decbfefda55ef13;hpb=1fd80272bd0a0510113978a33066622e4fd506a7;p=sbcl.git diff --git a/make.sh b/make.sh index 6aa8f99..500f56f 100755 --- a/make.sh +++ b/make.sh @@ -65,6 +65,10 @@ echo //SBCL_XC_HOST=\"$SBCL_XC_HOST\" # and target machines. sh make-config.sh || exit 1 +# Make a unique ID for this build (to discourage people from +# mismatching sbcl and *.core files). +echo '"'`hostname -s`-`whoami`-`date +%F-%H-%M-%S`'"' > output/build-id.tmp + # The make-host-*.sh scripts are run on the cross-compilation host, # and the make-target-*.sh scripts are run on the target machine. In # ordinary compilation, we just do these phases consecutively on the