Date: Tue, 20 Sep 2016 16:24:22 +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: r306029 - in head/libexec/atf: atf-check atf-sh Message-ID: <201609201624.u8KGOMXQ086449@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Tue Sep 20 16:24:22 2016 New Revision: 306029 URL: https://svnweb.freebsd.org/changeset/base/306029 Log: Use SRCTOP instead of the longhand version for defining the path to contrib/atf MFC after: 3 days Sponsored by: Dell EMC Isilon Modified: head/libexec/atf/atf-check/Makefile head/libexec/atf/atf-sh/Makefile Modified: head/libexec/atf/atf-check/Makefile ============================================================================== --- head/libexec/atf/atf-check/Makefile Tue Sep 20 16:14:42 2016 (r306028) +++ head/libexec/atf/atf-check/Makefile Tue Sep 20 16:24:22 2016 (r306029) @@ -28,7 +28,7 @@ .include <src.opts.mk> .include <bsd.init.mk> -ATF= ${.CURDIR:H:H:H}/contrib/atf +ATF= ${SRCTOP}/contrib/atf .PATH: ${ATF}/atf-sh PROG_CXX= atf-check Modified: head/libexec/atf/atf-sh/Makefile ============================================================================== --- head/libexec/atf/atf-sh/Makefile Tue Sep 20 16:14:42 2016 (r306028) +++ head/libexec/atf/atf-sh/Makefile Tue Sep 20 16:24:22 2016 (r306029) @@ -28,7 +28,7 @@ .include <src.opts.mk> .include <bsd.init.mk> -ATF= ${.CURDIR:H:H:H}/contrib/atf +ATF= ${SRCTOP}/contrib/atf .PATH: ${ATF}/atf-sh PROG_CXX= atf-sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609201624.u8KGOMXQ086449>