svn commit: r312480 - head/lib/libsmb
Ngie Cooper
ngie at FreeBSD.org
Fri Jan 20 04:35:01 UTC 2017
Author: ngie
Date: Fri Jan 20 04:35:00 2017
New Revision: 312480
URL: https://svnweb.freebsd.org/changeset/base/312480
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/libsmb/Makefile
Modified: head/lib/libsmb/Makefile
==============================================================================
--- head/lib/libsmb/Makefile Fri Jan 20 04:34:34 2017 (r312479)
+++ head/lib/libsmb/Makefile Fri Jan 20 04:35:00 2017 (r312480)
@@ -3,7 +3,7 @@
.include <src.opts.mk>
PACKAGE=lib${LIB}
-CONTRIBDIR= ${.CURDIR}/../../contrib/smbfs
+CONTRIBDIR= ${SRCTOP}/contrib/smbfs
.PATH: ${CONTRIBDIR}/lib/smb
LIB= smb
More information about the svn-src-head
mailing list