svn commit: r314008 - stable/10/usr.bin/atm/sscop

Ngie Cooper ngie at FreeBSD.org
Tue Feb 21 02:24:32 UTC 2017


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

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

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

Modified: stable/10/usr.bin/atm/sscop/Makefile
==============================================================================
--- stable/10/usr.bin/atm/sscop/Makefile	Tue Feb 21 02:23:57 2017	(r314007)
+++ stable/10/usr.bin/atm/sscop/Makefile	Tue Feb 21 02:24:31 2017	(r314008)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-CONTRIB= ${.CURDIR}/../../../contrib/ngatm/sscop
+CONTRIB= ${SRCTOP}/contrib/ngatm/sscop
 
 .PATH:	${CONTRIB}
 


More information about the svn-src-all mailing list