Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2017 04:53:50 +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: r312509 - head/lib/libevent
Message-ID:  <201701200453.v0K4roia033802@repo.freebsd.org>

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

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

Modified:
  head/lib/libevent/Makefile

Modified: head/lib/libevent/Makefile
==============================================================================
--- head/lib/libevent/Makefile	Fri Jan 20 04:53:45 2017	(r312508)
+++ head/lib/libevent/Makefile	Fri Jan 20 04:53:50 2017	(r312509)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PACKAGE=lib${LIB}
-.PATH:	${.CURDIR}/../../contrib/pf/libevent
+.PATH:	${SRCTOP}/contrib/pf/libevent
 
 .include <src.opts.mk>
 



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