svn commit: r313585 - stable/10/lib/libbegemot

Ngie Cooper ngie at FreeBSD.org
Sat Feb 11 05:55:26 UTC 2017


Author: ngie
Date: Sat Feb 11 05:55:25 2017
New Revision: 313585
URL: https://svnweb.freebsd.org/changeset/base/313585

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

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

Modified: stable/10/lib/libbegemot/Makefile
==============================================================================
--- stable/10/lib/libbegemot/Makefile	Sat Feb 11 05:53:13 2017	(r313584)
+++ stable/10/lib/libbegemot/Makefile	Sat Feb 11 05:55:25 2017	(r313585)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-LIBBEGEMOT_DIR=${.CURDIR}/../../contrib/libbegemot
+LIBBEGEMOT_DIR=${SRCTOP}/contrib/libbegemot
 
 .PATH: ${LIBBEGEMOT_DIR}
 


More information about the svn-src-all mailing list