Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mvmeppc/stand Insert .WAIT between libsa and boot s...



details:   https://anonhg.NetBSD.org/src/rev/58254aa0e0f9
branches:  trunk
changeset: 532099:58254aa0e0f9
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Fri May 31 13:42:25 2002 +0000

description:
Insert .WAIT between libsa and boot so that parallel builds have a chance
of working.

diffstat:

 sys/arch/mvmeppc/stand/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (11 lines):

diff -r 829eb27c675a -r 58254aa0e0f9 sys/arch/mvmeppc/stand/Makefile
--- a/sys/arch/mvmeppc/stand/Makefile   Fri May 31 13:34:03 2002 +0000
+++ b/sys/arch/mvmeppc/stand/Makefile   Fri May 31 13:42:25 2002 +0000
@@ -1,5 +1,5 @@
-#      $NetBSD: Makefile,v 1.1 2002/02/27 21:02:26 scw Exp $
+#      $NetBSD: Makefile,v 1.2 2002/05/31 13:42:25 bjh21 Exp $
 
-SUBDIR= libsa boot
+SUBDIR= libsa .WAIT boot
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index