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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to