From 64082e73d44c69781edf5a910d3ea0ce2346b6c2 Mon Sep 17 00:00:00 2001 From: Cyrus Harmon Date: Fri, 21 Jan 2011 15:49:47 +0000 Subject: [PATCH] 1.0.45.12: remove spurious reference to ${make_flags} in grovel-features.sh --- tools-for-build/grovel-features.sh | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools-for-build/grovel-features.sh b/tools-for-build/grovel-features.sh index 4d5a964..bfae723 100644 --- a/tools-for-build/grovel-features.sh +++ b/tools-for-build/grovel-features.sh @@ -9,7 +9,7 @@ cd ./tools-for-build > /dev/null featurep() { bin="$1-test" rm -f $bin - $GNUMAKE $bin -I ../src/runtime ${make_flags} > /dev/null 2>&1 && echo "input" | ./$bin> /dev/null 2>&1 + $GNUMAKE $bin -I ../src/runtime > /dev/null 2>&1 && echo "input" | ./$bin> /dev/null 2>&1 if [ "$?" = 104 ] then printf " :$1" diff --git a/version.lisp-expr b/version.lisp-expr index cd36695..2a3ca87 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -20,4 +20,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".) -"1.0.45.11" +"1.0.45.12" -- 1.7.10.4