svn commit: r313653 - head/usr.bin/atm/sscop

Ngie Cooper ngie at FreeBSD.org
Sat Feb 11 20:19:06 UTC 2017


Author: ngie
Date: Sat Feb 11 20:19:04 2017
New Revision: 313653
URL: https://svnweb.freebsd.org/changeset/base/313653

Log:
  Use SRCTOP instead of .CURDIR relative paths with ".."
  
  This simplifies pathing in make/displayed output
  
  MFC after:	1 week
  Sponsored by:	Dell EMC Isilon

Modified:
  head/usr.bin/atm/sscop/Makefile

Modified: head/usr.bin/atm/sscop/Makefile
==============================================================================
--- head/usr.bin/atm/sscop/Makefile	Sat Feb 11 20:18:24 2017	(r313652)
+++ head/usr.bin/atm/sscop/Makefile	Sat Feb 11 20:19:04 2017	(r313653)
@@ -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