Author: ngie
Date: Fri Jan 20 03:54:36 2017
New Revision: 312456
URL: https://svnweb.freebsd.org/changeset/base/312456

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

Modified:
  head/lib/libarchive/Makefile

Modified: head/lib/libarchive/Makefile
==============================================================================
--- head/lib/libarchive/Makefile        Fri Jan 20 03:52:16 2017        
(r312455)
+++ head/lib/libarchive/Makefile        Fri Jan 20 03:54:36 2017        
(r312456)
@@ -2,7 +2,7 @@
 .include <src.opts.mk>
 
 PACKAGE=lib${LIB}
-_LIBARCHIVEDIR=        ${.CURDIR}/../../contrib/libarchive
+_LIBARCHIVEDIR=        ${SRCTOP}/contrib/libarchive
 
 LIB=   archive
 
_______________________________________________
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