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.pin...@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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to