gobuilder: respect MAKEFLAGS if provided

R=adg
CC=golang-dev
https://golang.org/cl/4426041
This commit is contained in:
Dave Cheney 2011-04-15 12:35:19 +10:00 committed by Andrew Gerrand
parent 9fba2a17c2
commit 91dfae756e

View File

@ -34,6 +34,7 @@ var extraEnv = []string{
"GOHOSTARCH", "GOHOSTARCH",
"PATH", "PATH",
"DISABLE_NET_TESTS", "DISABLE_NET_TESTS",
"MAKEFLAGS",
"GOARM", "GOARM",
} }