mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
0.9.18.36:
Commit Ossi Herrala's "Small nuisance with NetBSD", sbcl-devel 2006-11-06.
This commit is contained in:
parent
74476aa894
commit
ce5066f474
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue