]> Cypherpunks repositories - gostls13.git/commitdiff
run.bash: fix freebsd build (i hope)
authorRuss Cox <rsc@golang.org>
Wed, 18 Aug 2010 14:22:57 +0000 (10:22 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 18 Aug 2010 14:22:57 +0000 (10:22 -0400)
R=adg
CC=golang-dev
https://golang.org/cl/2012041

src/run.bash

index 4eb4a476b5a3c3a73148ccce239b39cda88923ca..dc662029835808e882a917406fb9f3ae87369c39 100755 (executable)
@@ -6,6 +6,7 @@
 set -e
 . ./env.bash
 
+unset MAKEFLAGS  # single-threaded make
 unset CDPATH   # in case user has it set
 
 # no core files, please