Build/install libc, librt, libthr, and msun NetBSD test suites on all

architectures

MFC after: 1 week
This commit is contained in:
Enji Cooper 2015-04-27 06:49:27 +00:00
parent 66eb8885a0
commit 1119ece4d3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282057
12 changed files with 12 additions and 52 deletions

View File

@ -157,7 +157,9 @@ libkern.${LIBC_ARCH}:: ${KMSRCS}
${CP} ${.ALLSRC} ${DESTDIR}/sys/libkern/${LIBC_ARCH}
.endif
.include <bsd.arch.inc.mk>
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif
.include <bsd.lib.mk>

View File

@ -1,6 +0,0 @@
# $FreeBSD$
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif

View File

@ -1,6 +0,0 @@
# $FreeBSD$
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif

View File

@ -19,6 +19,8 @@ PRECIOUSLIB=
VERSION_MAP= ${.CURDIR}/Version.map
.include <bsd.arch.inc.mk>
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif
.include <bsd.lib.mk>

View File

@ -1,6 +0,0 @@
# $FreeBSD$
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif

View File

@ -1,6 +0,0 @@
# $FreeBSD$
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif

View File

@ -61,6 +61,8 @@ SYMLINKS+=lib${LIB}.so ${LIBDIR}/libpthread.so
SYMLINKS+=lib${LIB}_p.a ${LIBDIR}/libpthread_p.a
.endif
.include <bsd.arch.inc.mk>
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif
.include <bsd.lib.mk>

View File

@ -1,6 +0,0 @@
# $FreeBSD$
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif

View File

@ -1,6 +0,0 @@
# $FreeBSD$
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif

View File

@ -221,6 +221,8 @@ MLINKS+=trunc.3 truncf.3 trunc.3 truncl.3
.include <src.opts.mk>
.include <bsd.arch.inc.mk>
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif
.include <bsd.lib.mk>

View File

@ -1,6 +0,0 @@
# $FreeBSD$
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif

View File

@ -1,6 +0,0 @@
# $FreeBSD$
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif