]> Cypherpunks repositories - gostls13.git/commitdiff
run.bash: remove MAKEFLAGS=-j4 to prevent crashing on freebsd
authorAndrew Gerrand <adg@golang.org>
Mon, 5 Apr 2010 00:53:38 +0000 (10:53 +1000)
committerAndrew Gerrand <adg@golang.org>
Mon, 5 Apr 2010 00:53:38 +0000 (10:53 +1000)
R=rsc
CC=golang-dev
https://golang.org/cl/881044

src/run.bash

index 85dd59a55e7180f5d7e76ee8e55154ae10d42c0e..4eb4a476b5a3c3a73148ccce239b39cda88923ca 100755 (executable)
@@ -6,7 +6,6 @@
 set -e
 . ./env.bash
 
-export MAKEFLAGS=-j4
 unset CDPATH   # in case user has it set
 
 # no core files, please