svn commit: r307722 - in stable/10/libexec/atf: atf-check atf-sh
Ngie Cooper
ngie at FreeBSD.org
Fri Oct 21 08:36:32 UTC 2016
Author: ngie
Date: Fri Oct 21 08:36:30 2016
New Revision: 307722
URL: https://svnweb.freebsd.org/changeset/base/307722
Log:
MFstable/11 r307721:
MFC r306029:
Use SRCTOP instead of the longhand version for defining the path to contrib/atf
Modified:
stable/10/libexec/atf/atf-check/Makefile
stable/10/libexec/atf/atf-sh/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/libexec/atf/atf-check/Makefile
==============================================================================
--- stable/10/libexec/atf/atf-check/Makefile Fri Oct 21 08:35:20 2016 (r307721)
+++ stable/10/libexec/atf/atf-check/Makefile Fri Oct 21 08:36:30 2016 (r307722)
@@ -27,7 +27,7 @@
.include <bsd.init.mk>
-ATF= ${.CURDIR:H:H:H}/contrib/atf
+ATF= ${SRCTOP}/contrib/atf
.PATH: ${ATF}/atf-sh
PROG_CXX= atf-check
Modified: stable/10/libexec/atf/atf-sh/Makefile
==============================================================================
--- stable/10/libexec/atf/atf-sh/Makefile Fri Oct 21 08:35:20 2016 (r307721)
+++ stable/10/libexec/atf/atf-sh/Makefile Fri Oct 21 08:36:30 2016 (r307722)
@@ -27,7 +27,7 @@
.include <bsd.init.mk>
-ATF= ${.CURDIR:H:H:H}/contrib/atf
+ATF= ${SRCTOP}/contrib/atf
.PATH: ${ATF}/atf-sh
PROG_CXX= atf-sh
More information about the svn-src-stable-10
mailing list