mirror of
https://github.com/golang/go
synced 2024-11-21 15:54:43 -07:00
build; allow MAKEFLAGS to be set outside the build scripts
R=rsc, r CC=golang-dev https://golang.org/cl/1231041
This commit is contained in:
parent
1d4e2d1adc
commit
cffdb1e830
@ -6,7 +6,8 @@
|
||||
set -e
|
||||
. ./env.bash
|
||||
|
||||
export MAKEFLAGS=-j4
|
||||
MAKEFLAGS=${MAKEFLAGS:-"-j4"}
|
||||
export MAKEFLAGS
|
||||
unset CDPATH # in case user has it set
|
||||
|
||||
rm -f "$GOBIN"/quietgcc
|
||||
|
Loading…
Reference in New Issue
Block a user