summaryrefslogtreecommitdiff
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
commit9b407f72daea7642ee78db13091f73053d897bfc (patch)
tree12bf1a0f573ea0bcda79eb937a0adee182af8389 /src/run.bash
parentfad795b6b6dbe7025c4bb767ce0002e44d00c65d (diff)
downloadgo-9b407f72daea7642ee78db13091f73053d897bfc.tar.gz
build: remove depdenency on GNU make
LGTM=bradfitz R=bradfitz CC=golang-codereviews https://codereview.appspot.com/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 8e8715cab..dee30183f 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 $?