Commit cffdb1e8 authored by Christopher Wedgwood's avatar Christopher Wedgwood Committed by Rob Pike

build; allow MAKEFLAGS to be set outside the build scripts

R=rsc, r
CC=golang-dev
https://golang.org/cl/1231041
parent 1d4e2d1a
......@@ -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
......
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