]> Cypherpunks repositories - gostls13.git/commit
env.bash: Check for presence of make/gmake
authorScott Lawrence <bytbox@gmail.com>
Fri, 11 Nov 2011 19:56:18 +0000 (14:56 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 11 Nov 2011 19:56:18 +0000 (14:56 -0500)
commit351daf878843dd782b8e42276f568d6130cf7c62
tree985c355c18e9e2aae9e616336a137b511f7c2fcd
parenta6c501e4b1c0bc21e85a51ef62af65c4f284fff1
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
src/env.bash