Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2017 02:24:45 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r314009 - stable/11/usr.bin/atm/sscop
Message-ID:  <201702210224.v1L2Ojv4015911@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702210224.v1L2Ojv4015911>