Skip to content

Commit

Permalink
0.9.18.36:
Browse files Browse the repository at this point in the history
	Commit Ossi Herrala's "Small nuisance with NetBSD", sbcl-devel
	  2006-11-06.
  • Loading branch information
Nathan Froyd committed Nov 7, 2006
1 parent 74476aa commit ce5066f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion find-gnumake.sh
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Expand Up @@ -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"

0 comments on commit ce5066f

Please sign in to comment.