Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2017 04:40:10 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r312491 - head/lib/libopie
Message-ID:  <201701200440.v0K4eAln025295@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Fri Jan 20 04:40:10 2017
New Revision: 312491
URL: https://svnweb.freebsd.org/changeset/base/312491

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/libopie/Makefile

Modified: head/lib/libopie/Makefile
==============================================================================
--- head/lib/libopie/Makefile	Fri Jan 20 04:39:36 2017	(r312490)
+++ head/lib/libopie/Makefile	Fri Jan 20 04:40:10 2017	(r312491)
@@ -3,7 +3,7 @@
 # $FreeBSD$
 #
 PACKAGE=lib${LIB}
-OPIE_DIST?=	${.CURDIR}/../../contrib/opie
+OPIE_DIST?=	${SRCTOP}/contrib/opie
 DIST_DIR=	${OPIE_DIST}/${.CURDIR:T}
 SHLIB_MAJOR=    8
 



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