Source-Changes-HG archive

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

[src/trunk]: src/regress/lib/libpthread Always include bsd.subdir.mk, move it...



details:   https://anonhg.NetBSD.org/src/rev/a154bb97b7ec
branches:  trunk
changeset: 543140:a154bb97b7ec
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Feb 18 09:35:31 2003 +0000

description:
Always include bsd.subdir.mk, move it out of .if defined(ARCHSUBDIR).
Let the build proceed for arches that don't support libpthread yet.

diffstat:

 regress/lib/libpthread/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 8d1c9de2f956 -r a154bb97b7ec regress/lib/libpthread/Makefile
--- a/regress/lib/libpthread/Makefile   Tue Feb 18 08:37:41 2003 +0000
+++ b/regress/lib/libpthread/Makefile   Tue Feb 18 09:35:31 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2003/02/12 22:30:19 jmc Exp $
+#      $NetBSD: Makefile,v 1.8 2003/02/18 09:35:31 uwe Exp $
 
 .include <bsd.own.mk>
 
@@ -16,6 +16,6 @@
 SUBDIR+= barrier1 cond1 cond2 cond3 cond4 cond5 \
         mutex1 mutex2 mutex3 mutex4 once1 once2 sem
 
-.include <bsd.subdir.mk>
+.endif
 
-.endif
+.include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index