svn commit: r312471 - head/lib/libulog

Ngie Cooper ngie at FreeBSD.org
Fri Jan 20 04:29:25 UTC 2017


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

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

Modified:
  head/lib/libulog/Makefile

Modified: head/lib/libulog/Makefile
==============================================================================
--- head/lib/libulog/Makefile	Fri Jan 20 04:29:05 2017	(r312470)
+++ head/lib/libulog/Makefile	Fri Jan 20 04:29:23 2017	(r312471)
@@ -22,7 +22,7 @@ MLINKS+=ulog_login.3 ulog_login_pseudo.3
 
 LIBADD=	md
 
-VERSION_DEF= ${.CURDIR}/../libc/Versions.def
+VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
 SYMBOL_MAPS= ${.CURDIR}/Symbol.map
 
 .if ${MK_INSTALLLIB} != "no"


More information about the svn-src-all mailing list