Author: ngie
Date: Sat Feb 11 06:42:56 2017
New Revision: 313610
URL: https://svnweb.freebsd.org/changeset/base/313610
Log:
MFC r312485:
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative
ones
This implifies pathing in make/displayed output
Modified:
stable/10/lib/librpcsvc/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/lib/librpcsvc/Makefile
==============================================================================
--- stable/10/lib/librpcsvc/Makefile Sat Feb 11 06:41:07 2017
(r313609)
+++ stable/10/lib/librpcsvc/Makefile Sat Feb 11 06:42:56 2017
(r313610)
@@ -3,7 +3,7 @@
.include <bsd.own.mk>
-.PATH: ${.CURDIR}/../../include/rpcsvc
+.PATH: ${SRCTOP}/include/rpcsvc
LIB= rpcsvc
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"