svn commit: r312491 - head/lib/libopie

Ngie Cooper ngie at FreeBSD.org
Fri Jan 20 04:40:12 UTC 2017


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
 


More information about the svn-src-head mailing list