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