Commit 91dfae75 authored by Dave Cheney's avatar Dave Cheney Committed by Andrew Gerrand

gobuilder: respect MAKEFLAGS if provided

R=adg
CC=golang-dev
https://golang.org/cl/4426041
parent 9fba2a17
...@@ -34,6 +34,7 @@ var extraEnv = []string{ ...@@ -34,6 +34,7 @@ var extraEnv = []string{
"GOHOSTARCH", "GOHOSTARCH",
"PATH", "PATH",
"DISABLE_NET_TESTS", "DISABLE_NET_TESTS",
"MAKEFLAGS",
"GOARM", "GOARM",
} }
......
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