svn commit: r312505 - head/lib/libgssapi

Ngie Cooper ngie at FreeBSD.org
Fri Jan 20 04:53:21 UTC 2017


Author: ngie
Date: Fri Jan 20 04:53:20 2017
New Revision: 312505
URL: https://svnweb.freebsd.org/changeset/base/312505

Log:
  Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
  
  This simplifies pathing in make/displayed output
  
  MFC after:    3 weeks
  Sponsored by: Dell EMC Isilon

Modified:
  head/lib/libgssapi/Makefile

Modified: head/lib/libgssapi/Makefile
==============================================================================
--- head/lib/libgssapi/Makefile	Fri Jan 20 04:53:00 2017	(r312504)
+++ head/lib/libgssapi/Makefile	Fri Jan 20 04:53:20 2017	(r312505)
@@ -3,7 +3,7 @@
 PACKAGE=lib${LIB}
 LIB=		gssapi
 SHLIB_MAJOR=	10
-VERSION_DEF=	${.CURDIR}/../libc/Versions.def
+VERSION_DEF=	${SRCTOP}/lib/libc/Versions.def
 SYMBOL_MAPS=	${.CURDIR}/Symbol.map
 
 SRCS=


More information about the svn-src-head mailing list