svn commit: r305961 - in head/lib/libc/tests: net/getaddrinfo sys
Ngie Cooper
ngie at FreeBSD.org
Mon Sep 19 06:59:19 UTC 2016
Author: ngie
Date: Mon Sep 19 06:59:17 2016
New Revision: 305961
URL: https://svnweb.freebsd.org/changeset/base/305961
Log:
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.
MFC after: 1 week
Obtained from: HardenedBSD (af602f0db) [*]
Reported by: Oliver Pinter <oliver.pinter at hardenedbsd.org> [*]
Sponsored by: Dell EMC Isilon
Modified:
head/lib/libc/tests/net/getaddrinfo/Makefile
head/lib/libc/tests/sys/Makefile
Modified: head/lib/libc/tests/net/getaddrinfo/Makefile
==============================================================================
--- head/lib/libc/tests/net/getaddrinfo/Makefile Mon Sep 19 06:46:22 2016 (r305960)
+++ head/lib/libc/tests/net/getaddrinfo/Makefile Mon Sep 19 06:59:17 2016 (r305961)
@@ -1,5 +1,7 @@
# $FreeBSD$
+PACKAGE= tests
+
TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libc/net/${.CURDIR:T}
.include <bsd.own.mk>
Modified: head/lib/libc/tests/sys/Makefile
==============================================================================
--- head/lib/libc/tests/sys/Makefile Mon Sep 19 06:46:22 2016 (r305960)
+++ head/lib/libc/tests/sys/Makefile Mon Sep 19 06:59:17 2016 (r305961)
@@ -1,5 +1,7 @@
# $FreeBSD$
+PACKAGE= tests
+
.include <bsd.own.mk>
ATF_TESTS_C+= queue_test
More information about the svn-src-head
mailing list