Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2017 06:39:04 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r313606 - stable/10/lib/libsmb
Message-ID:  <201702110639.v1B6d4Dt002114@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702110639.v1B6d4Dt002114>