Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2017 05:52:13 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r313583 - stable/10/lib/libarchive
Message-ID:  <201702110552.v1B5qDgw083700@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sat Feb 11 05:52:13 2017
New Revision: 313583
URL: https://svnweb.freebsd.org/changeset/base/313583

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

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

Modified: stable/10/lib/libarchive/Makefile
==============================================================================
--- stable/10/lib/libarchive/Makefile	Sat Feb 11 05:47:56 2017	(r313582)
+++ stable/10/lib/libarchive/Makefile	Sat Feb 11 05:52:13 2017	(r313583)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 .include <bsd.own.mk>
 
-LIBARCHIVEDIR=	${.CURDIR}/../../contrib/libarchive
+LIBARCHIVEDIR=	${SRCTOP}/contrib/libarchive
 
 LIB=	archive
 DPADD=	${LIBZ} ${LIBBZ2} ${LIBLZMA} ${LIBPTHREAD} ${LIBBSDXML}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702110552.v1B5qDgw083700>