Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src parallelize the obj pass, too
details: https://anonhg.NetBSD.org/src/rev/0ea7cd9240f0
branches: trunk
changeset: 509580:0ea7cd9240f0
user: sommerfeld <sommerfeld%NetBSD.org@localhost>
date: Tue May 08 02:04:08 2001 +0000
description:
parallelize the obj pass, too
diffstat:
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6255f1428152 -r 0ea7cd9240f0 Makefile
--- a/Makefile Tue May 08 02:03:18 2001 +0000
+++ b/Makefile Tue May 08 02:04:08 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.121 2000/10/07 17:18:17 deberg Exp $
+# $NetBSD: Makefile,v 1.122 2001/05/08 02:04:08 sommerfeld Exp $
# This is the top-level makefile for building NetBSD. For an outline of
# how to build a snapshot or release, as well as other release engineering
@@ -132,7 +132,7 @@
${MAKE} ${_J} ${_M} cleandir
.endif
.if ${MKOBJDIRS} != "no"
- ${MAKE} ${_M} obj
+ ${MAKE} ${_J} ${_M} obj
.endif
.if empty(HAVE_EGCS)
.if defined(DESTDIR)
Home |
Main Index |
Thread Index |
Old Index