svn commit: r313624 - stable/10/lib/libcxxrt

Ngie Cooper ngie at FreeBSD.org
Sat Feb 11 07:00:33 UTC 2017


Author: ngie
Date: Sat Feb 11 07:00:31 2017
New Revision: 313624
URL: https://svnweb.freebsd.org/changeset/base/313624

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

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

Modified: stable/10/lib/libcxxrt/Makefile
==============================================================================
--- stable/10/lib/libcxxrt/Makefile	Sat Feb 11 06:59:03 2017	(r313623)
+++ stable/10/lib/libcxxrt/Makefile	Sat Feb 11 07:00:31 2017	(r313624)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-SRCDIR=		${.CURDIR}/../../contrib/libcxxrt
+SRCDIR=		${SRCTOP}/contrib/libcxxrt
 
 SHLIB_MAJOR=	1
 SHLIBDIR?=	/lib


More information about the svn-src-stable-10 mailing list