Author: ngie
Date: Fri Jan 20 04:53:40 2017
New Revision: 312507
URL: https://svnweb.freebsd.org/changeset/base/312507

Log:
  Use SRCTOP-relative paths to other directories instead of .CURDIR-relative 
ones
  
  This simplifies pathing in make/displayed output
  
  MFC after:    3 weeks
  Sponsored by: Dell EMC Isilon

Modified:
  head/lib/libexecinfo/Makefile

Modified: head/lib/libexecinfo/Makefile
==============================================================================
--- head/lib/libexecinfo/Makefile       Fri Jan 20 04:53:26 2017        
(r312506)
+++ head/lib/libexecinfo/Makefile       Fri Jan 20 04:53:40 2017        
(r312507)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PACKAGE=lib${LIB}
-LIBEXECINFO=   ${.CURDIR}/../../contrib/libexecinfo
+LIBEXECINFO=   ${SRCTOP}/contrib/libexecinfo
 
 LIB=           execinfo
 SHLIB_MAJOR=   1
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to