svn commit: r313610 - stable/10/lib/librpcsvc
Ngie Cooper
ngie at FreeBSD.org
Sat Feb 11 06:42:58 UTC 2017
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
More information about the svn-src-all
mailing list