From ce5066f4745a27f95918e9273ab8078f9469f482 Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Tue, 7 Nov 2006 01:06:02 +0000 Subject: [PATCH] 0.9.18.36: Commit Ossi Herrala's "Small nuisance with NetBSD", sbcl-devel 2006-11-06. --- find-gnumake.sh | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/find-gnumake.sh b/find-gnumake.sh index 399fdd1..f5cf676 100644 --- a/find-gnumake.sh +++ b/find-gnumake.sh @@ -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. diff --git a/version.lisp-expr b/version.lisp-expr index ceadad6..97abb87 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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" -- 1.7.10.4