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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"

Reply via email to