mirror of
https://github.com/golang/go
synced 2024-11-22 02:54:39 -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
|
set -e
|
||||||
. ./env.bash
|
. ./env.bash
|
||||||
|
|
||||||
export MAKEFLAGS=-j4
|
MAKEFLAGS=${MAKEFLAGS:-"-j4"}
|
||||||
|
export MAKEFLAGS
|
||||||
unset CDPATH # in case user has it set
|
unset CDPATH # in case user has it set
|
||||||
|
|
||||||
rm -f "$GOBIN"/quietgcc
|
rm -f "$GOBIN"/quietgcc
|
||||||
|
Loading…
Reference in New Issue
Block a user