svn commit: r269599 - head/libexec/rtld-elf/tests

Garrett Cooper ngie at FreeBSD.org
Tue Aug 5 18:05:32 UTC 2014


Author: ngie
Date: Tue Aug  5 18:05:31 2014
New Revision: 269599
URL: http://svnweb.freebsd.org/changeset/base/269599

Log:
  Remove unnecessary .PATH directive
  
  All of the sources for the tests are contained in the
  current working directory and the subdirectories
  
  Phabric: D537
  Reviewed by: jmmv
  Approved by: jmmv (mentor)
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/libexec/rtld-elf/tests/Makefile

Modified: head/libexec/rtld-elf/tests/Makefile
==============================================================================
--- head/libexec/rtld-elf/tests/Makefile	Tue Aug  5 17:39:58 2014	(r269598)
+++ head/libexec/rtld-elf/tests/Makefile	Tue Aug  5 18:05:31 2014	(r269599)
@@ -5,8 +5,6 @@
 TESTSDIR=	${TESTSBASE}/libexec/rtld-elf
 SUBDIR+=	libpythagoras target
 
-.PATH:		${.CURDIR:H:H:H:H}/tests
-
 ATF_TESTS_C=	ld_library_pathfds
 
 .include <bsd.test.mk>


More information about the svn-src-all mailing list