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}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"