summaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-01-15 16:16:52 -0800
committerRuss Cox <rsc@golang.org>2009-01-15 16:16:52 -0800
commit82ef5f87b86c21702542e0e86565028ba420c635 (patch)
treebdb16de8f6f609c4b77c511d7c85c394db377b06 /src/run.bash
parent59de0b0901439797f0069e9f0bac59314c2a45f5 (diff)
downloadgo-82ef5f87b86c21702542e0e86565028ba420c635.tar.gz
remove export name-list statement.
make package local the default. warn about name case not matching export keyword. R=ken OCL=22881 CL=22886
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/run.bash b/src/run.bash
index 2c5d13dad..90c9a7af1 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -52,11 +52,11 @@ time make
make smoketest
) || exit $?
-(xcd ../usr/gri/gosrc
-make clean
-time make
-# make test
-) || exit $?
+# (xcd ../usr/gri/gosrc
+# make clean
+# time make
+# # make test
+# ) || exit $?
(xcd ../doc/progs
time ./run