1
0
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:
Christopher Wedgwood 2010-05-15 10:08:29 -07:00 committed by Rob Pike
parent 1d4e2d1adc
commit cffdb1e830

View File

@ -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