Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2017 06:41:07 +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: r313609 - stable/10/lib/libsbuf
Message-ID:  <201702110641.v1B6f7hG004507@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sat Feb 11 06:41:07 2017
New Revision: 313609
URL: https://svnweb.freebsd.org/changeset/base/313609

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

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

Modified: stable/10/lib/libsbuf/Makefile
==============================================================================
--- stable/10/lib/libsbuf/Makefile	Sat Feb 11 06:40:27 2017	(r313608)
+++ stable/10/lib/libsbuf/Makefile	Sat Feb 11 06:41:07 2017	(r313609)
@@ -9,6 +9,6 @@ SHLIB_MAJOR	= 6
 SYMBOL_MAPS=    ${.CURDIR}/Symbol.map
 VERSION_DEF=	${.CURDIR}/Version.def
 
-.PATH:	${.CURDIR}/../../sys/kern
+.PATH:	${SRCTOP}/sys/kern
 
 .include <bsd.lib.mk>



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