Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2017 06:56:39 +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: r313620 - stable/10/lib/libldns
Message-ID:  <201702110656.v1B6udoi011070@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sat Feb 11 06:56:38 2017
New Revision: 313620
URL: https://svnweb.freebsd.org/changeset/base/313620

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

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

Modified: stable/10/lib/libldns/Makefile
==============================================================================
--- stable/10/lib/libldns/Makefile	Sat Feb 11 06:55:35 2017	(r313619)
+++ stable/10/lib/libldns/Makefile	Sat Feb 11 06:56:38 2017	(r313620)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 # Vendor sources and generated files
-LDNSDIR = ${.CURDIR}/../../contrib/ldns
+LDNSDIR = ${SRCTOP}/contrib/ldns
 
 .PATH: ${LDNSDIR} ${LDNSDIR}/compat
 



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