0.9.5.62: trivial PCL cleanups
[sbcl.git] / find-gnumake.sh
index 6f6e84d..df76c7e 100644 (file)
@@ -1,3 +1,4 @@
+#!/bin/false
 # Not a shell script, but something intended to be sourced from shell scripts
 find_gnumake() {
   # the GNU dialect of "make" -- easier to find or port it than to
@@ -18,5 +19,5 @@ find_gnumake() {
     exit 1
   fi
   export GNUMAKE
-  echo "//GNUMAKE=\"$GNUMAKE\""
+  #echo "//GNUMAKE=\"$GNUMAKE\""
 }