svn commit: r313627 - stable/10/lib/libexecinfo

Ngie Cooper ngie at FreeBSD.org
Sat Feb 11 07:03:12 UTC 2017


Author: ngie
Date: Sat Feb 11 07:03:10 2017
New Revision: 313627
URL: https://svnweb.freebsd.org/changeset/base/313627

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

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

Modified: stable/10/lib/libexecinfo/Makefile
==============================================================================
--- stable/10/lib/libexecinfo/Makefile	Sat Feb 11 07:02:04 2017	(r313626)
+++ stable/10/lib/libexecinfo/Makefile	Sat Feb 11 07:03:10 2017	(r313627)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-LIBEXECINFO=	${.CURDIR}/../../contrib/libexecinfo
+LIBEXECINFO=	${SRCTOP}/contrib/libexecinfo
 
 LIB=		execinfo
 SHLIB_MAJOR=	1


More information about the svn-src-all mailing list