svn commit: r313614 - stable/10/lib/libopie

Ngie Cooper ngie at FreeBSD.org
Sat Feb 11 06:47:57 UTC 2017


Author: ngie
Date: Sat Feb 11 06:47:56 2017
New Revision: 313614
URL: https://svnweb.freebsd.org/changeset/base/313614

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

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

Modified: stable/10/lib/libopie/Makefile
==============================================================================
--- stable/10/lib/libopie/Makefile	Sat Feb 11 06:47:07 2017	(r313613)
+++ stable/10/lib/libopie/Makefile	Sat Feb 11 06:47:56 2017	(r313614)
@@ -2,7 +2,7 @@
 #
 # $FreeBSD$
 #
-OPIE_DIST?=	${.CURDIR}/../../contrib/opie
+OPIE_DIST?=	${SRCTOP}/contrib/opie
 DIST_DIR=	${OPIE_DIST}/${.CURDIR:T}
 SHLIB_MAJOR=    7
 


More information about the svn-src-all mailing list