svn commit: r307720 - in stable/11/lib/libc/tests: net/getaddrinfo sys
Ngie Cooper
ngie at FreeBSD.org
Fri Oct 21 08:33:53 UTC 2016
Author: ngie
Date: Fri Oct 21 08:33:51 2016
New Revision: 307720
URL: https://svnweb.freebsd.org/changeset/base/307720
Log:
MFC r305961:
Re-add PACKAGE=> tests to lib/libc/tests/net/getaddrinfo/Makefile and add
it to lib/libc/tests/sys/Makefile [*]
Even though make -VPACKAGE and make -n install seem to do the right thing,
the effects are a bit different, depending on the build host.
Obtained from: HardenedBSD (af602f0db) [*]
Modified:
stable/11/lib/libc/tests/net/getaddrinfo/Makefile
stable/11/lib/libc/tests/sys/Makefile
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/lib/libc/tests/net/getaddrinfo/Makefile
==============================================================================
--- stable/11/lib/libc/tests/net/getaddrinfo/Makefile Fri Oct 21 08:32:26 2016 (r307719)
+++ stable/11/lib/libc/tests/net/getaddrinfo/Makefile Fri Oct 21 08:33:51 2016 (r307720)
@@ -1,5 +1,7 @@
# $FreeBSD$
+PACKAGE= tests
+
TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libc/net/${.CURDIR:T}
.include <bsd.own.mk>
Modified: stable/11/lib/libc/tests/sys/Makefile
==============================================================================
--- stable/11/lib/libc/tests/sys/Makefile Fri Oct 21 08:32:26 2016 (r307719)
+++ stable/11/lib/libc/tests/sys/Makefile Fri Oct 21 08:33:51 2016 (r307720)
@@ -1,5 +1,7 @@
# $FreeBSD$
+PACKAGE= tests
+
.include <bsd.own.mk>
ATF_TESTS_C+= queue_test
More information about the svn-src-stable-11
mailing list