Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/compat Add support for MKCOMPATTESTS
details: https://anonhg.NetBSD.org/src/rev/52a357fd698f
branches: trunk
changeset: 338964:52a357fd698f
user: matt <matt%NetBSD.org@localhost>
date: Fri Jun 19 18:17:49 2015 +0000
description:
Add support for MKCOMPATTESTS
diffstat:
compat/compatsubdir.mk | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r eed009237364 -r 52a357fd698f compat/compatsubdir.mk
--- a/compat/compatsubdir.mk Fri Jun 19 18:17:26 2015 +0000
+++ b/compat/compatsubdir.mk Fri Jun 19 18:17:49 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: compatsubdir.mk,v 1.8 2012/08/17 16:22:27 joerg Exp $
+# $NetBSD: compatsubdir.mk,v 1.9 2015/06/19 18:17:49 matt Exp $
# Build netbsd libraries.
@@ -25,6 +25,9 @@
.else
SUBDIR= ../../../lib .WAIT \
../../../libexec/ld.elf_so
+.if ${MKCOMPATTESTS} != "no"
+SUBDIR+= ../../../tests
+.endif
.endif
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index