Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Aug 2014 18:05:32 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r269599 - head/libexec/rtld-elf/tests
Message-ID:  <53e11cec.5de9.2df9f7fa@svn.freebsd.org>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e11cec.5de9.2df9f7fa>