Author: ngie
Date: Tue Feb 21 02:24:45 2017
New Revision: 314009
URL: https://svnweb.freebsd.org/changeset/base/314009

Log:
  MFC r313653:
  
  Use SRCTOP instead of .CURDIR relative paths with ".."
  
  This simplifies pathing in make/displayed output

Modified:
  stable/11/usr.bin/atm/sscop/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.bin/atm/sscop/Makefile
==============================================================================
--- stable/11/usr.bin/atm/sscop/Makefile        Tue Feb 21 02:24:31 2017        
(r314008)
+++ stable/11/usr.bin/atm/sscop/Makefile        Tue Feb 21 02:24:45 2017        
(r314009)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-CONTRIB= ${.CURDIR}/../../../contrib/ngatm/sscop
+CONTRIB= ${SRCTOP}/contrib/ngatm/sscop
 
 .PATH: ${CONTRIB}
 
_______________________________________________
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