* "Oops." Fix the piping to /dev/null in
tools-for-build/grovel-features.sh so that it doesn't
puke compiler-errors all over the place -- specifically
to local-target-features.lisp-expr...
featurep() {
bin="$DIR/$1-test"
rm -f $bin
- cc $DIR/$1-test.c $2 -o $bin 2>&1 > /dev/null && $bin 2>&1 /dev/null
+ cc $DIR/$1-test.c $2 -o $bin > /dev/null 2>&1 && $bin > /dev/null 2>&1
if [ "$?" = 104 ]
then
printf " :$1"
;;; 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.8.13.78"
+"0.8.13.79"