Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2017 07:00:32 +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: r313624 - stable/10/lib/libcxxrt
Message-ID:  <201702110700.v1B70WvP011534@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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