From owner-svn-src-all@FreeBSD.ORG Tue Aug 5 18:05:32 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 648871AC for ; Tue, 5 Aug 2014 18:05:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 387052090 for ; Tue, 5 Aug 2014 18:05:32 +0000 (UTC) Received: from ngie (uid 1347) (envelope-from ngie@FreeBSD.org) id 5de9 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Tue, 05 Aug 2014 18:05:32 +0000 From: Garrett Cooper Date: Tue, 5 Aug 2014 18:05:32 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r269599 - head/libexec/rtld-elf/tests X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e11cec.5de9.2df9f7fa@svn.freebsd.org> X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2014 18:05:32 -0000 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