svn commit: r312485 - head/lib/librpcsvc
Ngie Cooper
ngie at FreeBSD.org
Fri Jan 20 04:36:29 UTC 2017
Author: ngie
Date: Fri Jan 20 04:36:28 2017
New Revision: 312485
URL: https://svnweb.freebsd.org/changeset/base/312485
Log:
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This implifies pathing in make/displayed output
MFC after: 3 weeks
Sponsored by: Dell EMC Isilon
Modified:
head/lib/librpcsvc/Makefile
Modified: head/lib/librpcsvc/Makefile
==============================================================================
--- head/lib/librpcsvc/Makefile Fri Jan 20 04:36:06 2017 (r312484)
+++ head/lib/librpcsvc/Makefile Fri Jan 20 04:36:28 2017 (r312485)
@@ -3,7 +3,7 @@
.include <src.opts.mk>
-.PATH: ${.CURDIR}/../../include/rpcsvc
+.PATH: ${SRCTOP}/include/rpcsvc
PACKAGE=lib${LIB}
LIB= rpcsvc
More information about the svn-src-all
mailing list