svn commit: r305919 - in head/lib/libc/tests: iconv net/getaddrinfo
Ngie Cooper
ngie at FreeBSD.org
Sun Sep 18 05:12:24 UTC 2016
Author: ngie
Date: Sun Sep 18 05:12:23 2016
New Revision: 305919
URL: https://svnweb.freebsd.org/changeset/base/305919
Log:
Don't define PACKAGE in lib/libc/tests/{iconv,net/getaddrinfo}
needlessly
This is already being done by bsd.test.mk
The other subdirectory Makefiles were intentionally left alone
MFC after: 1 week
Sponsored by: Dell EMC Isilon
Modified:
head/lib/libc/tests/iconv/Makefile
head/lib/libc/tests/net/getaddrinfo/Makefile
Modified: head/lib/libc/tests/iconv/Makefile
==============================================================================
--- head/lib/libc/tests/iconv/Makefile Sun Sep 18 05:10:15 2016 (r305918)
+++ head/lib/libc/tests/iconv/Makefile Sun Sep 18 05:12:23 2016 (r305919)
@@ -1,7 +1,5 @@
# $FreeBSD$
-PACKAGE= tests
-
TESTSDIR= ${TESTSBASE}/lib/libc/iconv
ATF_TESTS_C+= iconvctl_test
Modified: head/lib/libc/tests/net/getaddrinfo/Makefile
==============================================================================
--- head/lib/libc/tests/net/getaddrinfo/Makefile Sun Sep 18 05:10:15 2016 (r305918)
+++ head/lib/libc/tests/net/getaddrinfo/Makefile Sun Sep 18 05:12:23 2016 (r305919)
@@ -1,7 +1,5 @@
# $FreeBSD$
-PACKAGE= tests
-
TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libc/net/${.CURDIR:T}
.include <bsd.own.mk>
More information about the svn-src-all
mailing list