Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/tn3270 fix build problems with parallel make: always...



details:   https://anonhg.NetBSD.org/src/rev/1b9a520dbc3e
branches:  trunk
changeset: 584446:1b9a520dbc3e
user:      chs <chs%NetBSD.org@localhost>
date:      Sat Sep 17 16:52:02 2005 +0000

description:
fix build problems with parallel make: always descend into the tools dir
and add some .WAITs to avoid deciding to build a tool again before
the previous instance finishes.

diffstat:

 usr.bin/tn3270/Makefile               |  8 ++------
 usr.bin/tn3270/tools/Makefile         |  4 ++--
 usr.bin/tn3270/tools/prt3270/Makefile |  4 +++-
 3 files changed, 7 insertions(+), 9 deletions(-)

diffs (37 lines):

diff -r 7ba5d129388e -r 1b9a520dbc3e usr.bin/tn3270/Makefile
--- a/usr.bin/tn3270/Makefile   Sat Sep 17 16:49:25 2005 +0000
+++ b/usr.bin/tn3270/Makefile   Sat Sep 17 16:52:02 2005 +0000
@@ -1,9 +1,5 @@
-#      $NetBSD: Makefile,v 1.7 1998/09/05 14:58:51 lukem Exp $
+#      $NetBSD: Makefile,v 1.8 2005/09/17 16:52:02 chs Exp $
 
-.if make(clean) || make(cleandir) || make(distclean) || make(depend) || \
-       make(obj) || make(lint)
-SUBDIR += tools
-.endif
-SUBDIR += tn3270 mset
+SUBDIR = tools .WAIT tn3270 mset
 
 .include <bsd.subdir.mk>
diff -r 7ba5d129388e -r 1b9a520dbc3e usr.bin/tn3270/tools/Makefile
--- a/usr.bin/tn3270/tools/Makefile     Sat Sep 17 16:49:25 2005 +0000
+++ b/usr.bin/tn3270/tools/Makefile     Sat Sep 17 16:52:02 2005 +0000
@@ -1,5 +1,5 @@
-#      $NetBSD: Makefile,v 1.5 1998/03/04 13:16:10 christos Exp $
+#      $NetBSD: Makefile,v 1.6 2005/09/17 16:52:02 chs Exp $
 
-SUBDIR = mkhits mkastosc mkastods mkdstoas mkdctype mkmake prt3270
+SUBDIR = mkhits mkastosc mkastods mkdstoas mkdctype mkmake .WAIT prt3270
 
 .include <bsd.subdir.mk>
diff -r 7ba5d129388e -r 1b9a520dbc3e usr.bin/tn3270/tools/prt3270/Makefile
--- a/usr.bin/tn3270/tools/prt3270/Makefile     Sat Sep 17 16:49:25 2005 +0000
+++ b/usr.bin/tn3270/tools/prt3270/Makefile     Sat Sep 17 16:52:02 2005 +0000
@@ -1,4 +1,6 @@
-#      $NetBSD: Makefile,v 1.9 2003/08/01 17:04:05 lukem Exp $
+#      $NetBSD: Makefile,v 1.10 2005/09/17 16:52:02 chs Exp $
+
+NOMAN=         # defined
 
 .include <bsd.own.mk>
 



Home | Main Index | Thread Index | Old Index