]> Cypherpunks repositories - gostls13.git/commitdiff
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)
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

index de446bf479ec3f310cd1cc5dcb1073e6a99031a2..50bc4adad664f038e695185ebf7b2b1a651676bf 100644 (file)
@@ -59,6 +59,7 @@ PROGS="
        gcc
        grep
        ls
+       $MAKE
        mkdir
        mv
        pwd