summaryrefslogtreecommitdiff
path: root/src/syscall
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/syscall
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/syscall')
-rw-r--r--src/syscall/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/syscall/Makefile b/src/syscall/Makefile
index 6c30d0c3e..a34c96adf 100644
--- a/src/syscall/Makefile
+++ b/src/syscall/Makefile
@@ -32,6 +32,9 @@ a2: $(O2)
$(O)ar grc $(PKG) $(O2)
rm *.6
+$(O1): nuke
+$(O2): a1
+
nuke:
rm -f *.$(O) *.a $(PKG)