X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=find-gnumake.sh;h=df76c7ee8bc1b8c98dde59384a8bbe57da2fbd28;hb=7a7a5268d45a213d425228e87c9ecc9f79bd7858;hp=6f6e84d15ccb61526f30d21fc88d6a9093bb2df1;hpb=2b967f60e803c9d25b4d61b979298bad9a9f5003;p=sbcl.git diff --git a/find-gnumake.sh b/find-gnumake.sh index 6f6e84d..df76c7e 100644 --- a/find-gnumake.sh +++ b/find-gnumake.sh @@ -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\"" }