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