aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2014-04-07 11:34:35 +1000
committerAndrew Gerrand <adg@golang.org>2014-04-07 11:34:35 +1000
commit3929967156991f4bce4642a236e441f808243ce3 (patch)
tree97b0176339c81a320c385e84e8564ee2fbcce349 /src/run.bash
parent844ec6bbe3753c8142fe3b45cf288749ffa9493a (diff)
downloadgo-3929967156991f4bce4642a236e441f808243ce3.tar.gz
go-3929967156991f4bce4642a236e441f808243ce3.zip
build: remove depdenency on GNU make
LGTM=bradfitz R=bradfitz CC=golang-codereviews https://golang.org/cl/84920043
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/run.bash b/src/run.bash
index 8e8715cab0..dee30183f5 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -166,7 +166,6 @@ time ./run || exit 1
[ "$GOARCH" == arm ] || # uses network, fails under QEMU
(xcd ../doc/articles/wiki
-make clean || exit 1
./test.bash || exit 1
) || exit $?