mirror of
https://github.com/golang/go
synced 2024-11-02 13:42:29 +00:00
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
This commit is contained in:
parent
a6c501e4b1
commit
351daf8788
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ PROGS="
|
|||
gcc
|
||||
grep
|
||||
ls
|
||||
$MAKE
|
||||
mkdir
|
||||
mv
|
||||
pwd
|
||||
|
|
Loading…
Reference in a new issue