svn commit: r307721 - in stable/11/libexec/atf: atf-check atf-sh

Ngie Cooper ngie at FreeBSD.org
Fri Oct 21 08:35:22 UTC 2016


Author: ngie
Date: Fri Oct 21 08:35:20 2016
New Revision: 307721
URL: https://svnweb.freebsd.org/changeset/base/307721

Log:
  MFC r306029:
  
  Use SRCTOP instead of the longhand version for defining the path to contrib/atf

Modified:
  stable/11/libexec/atf/atf-check/Makefile
  stable/11/libexec/atf/atf-sh/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/libexec/atf/atf-check/Makefile
==============================================================================
--- stable/11/libexec/atf/atf-check/Makefile	Fri Oct 21 08:33:51 2016	(r307720)
+++ stable/11/libexec/atf/atf-check/Makefile	Fri Oct 21 08:35:20 2016	(r307721)
@@ -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: stable/11/libexec/atf/atf-sh/Makefile
==============================================================================
--- stable/11/libexec/atf/atf-sh/Makefile	Fri Oct 21 08:33:51 2016	(r307720)
+++ stable/11/libexec/atf/atf-sh/Makefile	Fri Oct 21 08:35:20 2016	(r307721)
@@ -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


More information about the svn-src-all mailing list