summaryrefslogtreecommitdiff
path: root/src/clean.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2008-09-18 15:06:43 -0700
committerRuss Cox <rsc@golang.org>2008-09-18 15:06:43 -0700
commit4715222fb7fe13561e73812aae2dd80bbf576d37 (patch)
tree630f7c28e6159848a87164cf9be53cca1c985b5b /src/clean.bash
parent7aa9255d6e19657cc723a7cd091af0cc5cd3ecd9 (diff)
downloadgo-4715222fb7fe13561e73812aae2dd80bbf576d37.tar.gz
make Makefiles safe for parallel make
use -j4 (4-way parallel) in make.bash. halves time for make.bash on r45 also add libregexp, acid to default build R=r DELTA=90 (39 added, 37 deleted, 14 changed) OCL=15485 CL=15487
Diffstat (limited to 'src/clean.bash')
-rwxr-xr-xsrc/clean.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clean.bash b/src/clean.bash
index dd727ac60..cba2129cf 100755
--- a/src/clean.bash
+++ b/src/clean.bash
@@ -3,7 +3,7 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
-for i in lib9 libbio libmach_amd64 syscall
+for i in lib9 libbio libmach_amd64 libregexp syscall
do
cd $i
make clean