From 576747d0f9d9bcffd228fa69542da9caf5a91b79 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 18 Sep 2008 15:06:43 -0700 Subject: 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 --- src/clean.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/clean.bash') 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 -- cgit v1.2.3