Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2017 06:37:24 +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: r313604 - stable/10/lib/libstdthreads
Message-ID:  <201702110637.v1B6bOQR001907@repo.freebsd.org>

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

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

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

Modified: stable/10/lib/libstdthreads/Makefile
==============================================================================
--- stable/10/lib/libstdthreads/Makefile	Sat Feb 11 06:36:12 2017	(r313603)
+++ stable/10/lib/libstdthreads/Makefile	Sat Feb 11 06:37:24 2017	(r313604)
@@ -35,7 +35,7 @@ MLINKS=	thrd_create.3 call_once.3 \
 DPADD=	${LIBPTHREAD}
 LDADD=	-lpthread
 
-VERSION_DEF= ${.CURDIR}/../libc/Versions.def
+VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
 SYMBOL_MAPS= ${.CURDIR}/Symbol.map
 
 .include <bsd.lib.mk>



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