Commit 351daf87 authored by Scott Lawrence's avatar Scott Lawrence Committed by Russ Cox

env.bash: Check for presence of make/gmake

Without this, a missing gmake will result in bogus error "Did not find
Go environment variables".

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5369066
parent a6c501e4
......@@ -59,6 +59,7 @@ PROGS="
gcc
grep
ls
$MAKE
mkdir
mv
pwd
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment