aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-02-15 13:41:48 -0800
committerRuss Cox <rsc@golang.org>2009-02-15 13:41:48 -0800
commit78a6d68c860b0cef0a089abe93fc43214dfdf2f7 (patch)
tree112e334a8f73ecc662777eb83c25f17ac4239a76 /src/run.bash
parent3b3e63735eb8a00b7cabbbe223a116148a0635dd (diff)
downloadgo-78a6d68c860b0cef0a089abe93fc43214dfdf2f7.tar.xz
build nits
R=r DELTA=8 (0 added, 6 deleted, 2 changed) OCL=25045 CL=25045
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/run.bash b/src/run.bash
index 90c9a7af1a..64a6170617 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -52,12 +52,6 @@ time make
make smoketest
) || exit $?
-# (xcd ../usr/gri/gosrc
-# make clean
-# time make
-# # make test
-# ) || exit $?
-
(xcd ../doc/progs
time ./run
) || exit $?