Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2017 03:55:43 +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: r312458 - head/lib/libbegemot
Message-ID:  <201701200355.v0K3thtv007238@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Fri Jan 20 03:55:43 2017
New Revision: 312458
URL: https://svnweb.freebsd.org/changeset/base/312458

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

Modified: head/lib/libbegemot/Makefile
==============================================================================
--- head/lib/libbegemot/Makefile	Fri Jan 20 03:55:21 2017	(r312457)
+++ head/lib/libbegemot/Makefile	Fri Jan 20 03:55:43 2017	(r312458)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-LIBBEGEMOT_DIR=${.CURDIR}/../../contrib/libbegemot
+LIBBEGEMOT_DIR=${SRCTOP}/contrib/libbegemot
 
 PACKAGE=lib${LIB}
 .PATH: ${LIBBEGEMOT_DIR}



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