0.9.18.36:
authorNathan Froyd <froydnj@cs.rice.edu>
Tue, 7 Nov 2006 01:06:02 +0000 (01:06 +0000)
committerNathan Froyd <froydnj@cs.rice.edu>
Tue, 7 Nov 2006 01:06:02 +0000 (01:06 +0000)
Commit Ossi Herrala's "Small nuisance with NetBSD", sbcl-devel
  2006-11-06.

find-gnumake.sh
version.lisp-expr

index 399fdd1..f5cf676 100644 (file)
@@ -6,7 +6,7 @@ find_gnumake() {
   if [ "$GNUMAKE" != "" ] ; then
     # The user is evidently trying to tell us something.
     GNUMAKE="$GNUMAKE"
-  elif [ "GNU Make" = "`make -v | head -n 1 | cut -b 1-8`" ]; then
+  elif [ "GNU Make" = "`make -v 2>/dev/null | head -n 1 | cut -b 1-8`" ]; then
     GNUMAKE=make
   elif [ -x "`which gmake`" ] ; then
     # "gmake" is the preferred name in *BSD.
index ceadad6..97abb87 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.18.35"
+"0.9.18.36"