0.7.12.21:
authorChristophe Rhodes <csr21@cam.ac.uk>
Wed, 5 Feb 2003 13:03:27 +0000 (13:03 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Wed, 5 Feb 2003 13:03:27 +0000 (13:03 +0000)
As per Johannes Groedem sbcl-devel 2003-01-28, use the simplest
invocation of hostname(1) possible, to avoid e.g.
attempting to set the system hostname.

make-config.sh
version.lisp-expr

index bcbe481..9c2a5ba 100644 (file)
@@ -171,5 +171,5 @@ echo ')' >> $ltf
 
 # 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
+echo '"'`hostname`-`whoami`-`date +%F-%H-%M-%S`'"' > output/build-id.tmp
 
index b82b85c..7df262c 100644 (file)
@@ -18,4 +18,4 @@
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
 
-"0.7.12.20"
+"0.7.12.21"