mirror of
https://github.com/golang/go
synced 2024-11-12 00:30:22 -07:00
gobuilder: respect MAKEFLAGS if provided
R=adg CC=golang-dev https://golang.org/cl/4426041
This commit is contained in:
parent
9fba2a17c2
commit
91dfae756e
@ -34,6 +34,7 @@ var extraEnv = []string{
|
||||
"GOHOSTARCH",
|
||||
"PATH",
|
||||
"DISABLE_NET_TESTS",
|
||||
"MAKEFLAGS",
|
||||
"GOARM",
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user