Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2017 07:01:17 +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: r313625 - stable/10/lib/libgssapi
Message-ID:  <201702110701.v1B71Hrj014568@repo.freebsd.org>

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

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

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

Modified: stable/10/lib/libgssapi/Makefile
==============================================================================
--- stable/10/lib/libgssapi/Makefile	Sat Feb 11 07:00:31 2017	(r313624)
+++ stable/10/lib/libgssapi/Makefile	Sat Feb 11 07:01:17 2017	(r313625)
@@ -2,7 +2,7 @@
 
 LIB=		gssapi
 SHLIB_MAJOR=	10
-VERSION_DEF=	${.CURDIR}/../libc/Versions.def
+VERSION_DEF=	${SRCTOP}/lib/libc/Versions.def
 SYMBOL_MAPS=	${.CURDIR}/Symbol.map
 
 SRCS=



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