Source-Changes-HG archive

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

[src/trunk]: src/lib/libpthread Add support for an optional ARCHSUBDIR/Makefi...



details:   https://anonhg.NetBSD.org/src/rev/30671332dc93
branches:  trunk
changeset: 789349:30671332dc93
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Aug 15 22:38:24 2013 +0000

description:
Add support for an optional ARCHSUBDIR/Makefile.inc

diffstat:

 lib/libpthread/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r be5c0dbedef6 -r 30671332dc93 lib/libpthread/Makefile
--- a/lib/libpthread/Makefile   Thu Aug 15 22:38:19 2013 +0000
+++ b/lib/libpthread/Makefile   Thu Aug 15 22:38:24 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.81 2013/08/12 17:15:46 joerg Exp $
+#      $NetBSD: Makefile,v 1.82 2013/08/15 22:38:24 matt Exp $
 #
 
 WARNS?=        5
@@ -58,6 +58,9 @@
 .if exists(${ARCHDIR}/pthread_md.S)
 SRCS+= pthread_md.S
 .endif
+.if exists(${ARCHDIR}/Makefile.inc)
+.include "${ARCHDIR}/Makefile.inc"
+.endif
 
 # The PTHREAD__COMPAT flag builds a libpthread that can be dropped
 # into a NetBSD 2/3/4 chroot with a NetBSD 5 or later kernel.



Home | Main Index | Thread Index | Old Index