diff options
| author | Russ Cox <rsc@golang.org> | 2011-04-20 18:19:22 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2011-04-20 18:19:22 -0400 |
| commit | 98cf39e270c3d64a3f45f1e152e59696fd4a9c08 (patch) | |
| tree | 170beac3ca1bd5368daef83cc1205c670d08e301 /src | |
| parent | c4cc9c282f29156cd5ed4133830c0ad379332393 (diff) | |
| download | go-98cf39e270c3d64a3f45f1e152e59696fd4a9c08.tar.xz | |
run.bash: remove redundant rebuilds
R=r
CC=golang-dev
https://golang.org/cl/4449041
Diffstat (limited to 'src')
| -rwxr-xr-x | src/run.bash | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/run.bash b/src/run.bash index ea98403f73..ccdbc1aa9c 100755 --- a/src/run.bash +++ b/src/run.bash @@ -33,8 +33,7 @@ xcd() { if $rebuild; then (xcd pkg gomake clean - time gomake - gomake install + time gomake install ) || exit $i fi @@ -43,18 +42,10 @@ gomake testshort ) || exit $? (xcd pkg/sync; -if $rebuild; then - gomake clean; - time gomake -fi GOMAXPROCS=10 gomake testshort ) || exit $? (xcd cmd/ebnflint -if $rebuild; then - gomake clean; - time gomake -fi time gomake test ) || exit $? |
