svn commit: r313606 - stable/10/lib/libsmb

Ngie Cooper ngie at FreeBSD.org
Sat Feb 11 06:39:06 UTC 2017


Author: ngie
Date: Sat Feb 11 06:39:04 2017
New Revision: 313606
URL: https://svnweb.freebsd.org/changeset/base/313606

Log:
  MFC r312480:
  
  Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
  
  This implifies pathing in make/displayed output

Modified:
  stable/10/lib/libsmb/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libsmb/Makefile
==============================================================================
--- stable/10/lib/libsmb/Makefile	Sat Feb 11 06:38:22 2017	(r313605)
+++ stable/10/lib/libsmb/Makefile	Sat Feb 11 06:39:04 2017	(r313606)
@@ -2,7 +2,7 @@
 
 .include <bsd.own.mk>
 
-CONTRIBDIR=	${.CURDIR}/../../contrib/smbfs
+CONTRIBDIR=	${SRCTOP}/contrib/smbfs
 .PATH: ${CONTRIBDIR}/lib/smb
 
 LIB=	smb


More information about the svn-src-stable-10 mailing list