commit | d8e4446d129f823a3f92d5750b1bf8fdd1d1a242 | [log] [tgz] |
---|---|---|
author | Robert Griesemer <gri@golang.org> | Tue Jun 16 12:03:32 2009 -0700 |
committer | Robert Griesemer <gri@golang.org> | Tue Jun 16 12:03:32 2009 -0700 |
tree | bf08ca44cdd180a7538a713d1a55e2925a83ac1c | |
parent | 1ac2cfc72042ffbe17155b9407907d6686dc4664 [diff] [blame] |
- install gofmt in src/cmd/gofmt - remove some left-over files R=rsc DELTA=1465 (281 added, 1181 deleted, 3 changed) OCL=30350 CL=30353
diff --git a/src/run.bash b/src/run.bash index 1de6aaf..f275d99 100755 --- a/src/run.bash +++ b/src/run.bash
@@ -36,12 +36,10 @@ GOMAXPROCS=10 make test ) || exit $? -(xcd ../usr/gri/pretty +(xcd cmd/gofmt make clean time make -make smoketest -# TODO: this belongs elsewhere -cp godoc $HOME/bin +time make smoketest ) || exit $? (xcd ../doc/progs