Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Sep 2016 05:12:23 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r305919 - in head/lib/libc/tests: iconv net/getaddrinfo
Message-ID:  <201609180512.u8I5CN6h043724@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609180512.u8I5CN6h043724>