svn commit: r312477 - head/lib/libstdthreads

Ngie Cooper ngie at FreeBSD.org
Fri Jan 20 04:33:46 UTC 2017


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

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/libstdthreads/Makefile

Modified: head/lib/libstdthreads/Makefile
==============================================================================
--- head/lib/libstdthreads/Makefile	Fri Jan 20 04:33:20 2017	(r312476)
+++ head/lib/libstdthreads/Makefile	Fri Jan 20 04:33:45 2017	(r312477)
@@ -35,7 +35,7 @@ MLINKS=	thrd_create.3 call_once.3 \
 
 LIBADD=	pthread
 
-VERSION_DEF= ${.CURDIR}/../libc/Versions.def
+VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
 SYMBOL_MAPS= ${.CURDIR}/Symbol.map
 
 .include <bsd.lib.mk>


More information about the svn-src-head mailing list