Skip to content

Commit ce5066f

Browse files
author
Nathan Froyd
committed
0.9.18.36:
Commit Ossi Herrala's "Small nuisance with NetBSD", sbcl-devel 2006-11-06.
1 parent 74476aa commit ce5066f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

find-gnumake.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ find_gnumake() {
66
if [ "$GNUMAKE" != "" ] ; then
77
# The user is evidently trying to tell us something.
88
GNUMAKE="$GNUMAKE"
9-
elif [ "GNU Make" = "`make -v | head -n 1 | cut -b 1-8`" ]; then
9+
elif [ "GNU Make" = "`make -v 2>/dev/null | head -n 1 | cut -b 1-8`" ]; then
1010
GNUMAKE=make
1111
elif [ -x "`which gmake`" ] ; then
1212
# "gmake" is the preferred name in *BSD.

version.lisp-expr

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
;;; checkins which aren't released. (And occasionally for internal
1818
;;; versions, especially for internal versions off the main CVS
1919
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
20-
"0.9.18.35"
20+
"0.9.18.36"

0 commit comments

Comments
 (0)