svn commit: r312475 - head/lib/libtelnet

Ngie Cooper ngie at FreeBSD.org
Fri Jan 20 04:32:37 UTC 2017


Author: ngie
Date: Fri Jan 20 04:32:36 2017
New Revision: 312475
URL: https://svnweb.freebsd.org/changeset/base/312475

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

Modified: head/lib/libtelnet/Makefile
==============================================================================
--- head/lib/libtelnet/Makefile	Fri Jan 20 04:32:19 2017	(r312474)
+++ head/lib/libtelnet/Makefile	Fri Jan 20 04:32:36 2017	(r312475)
@@ -4,7 +4,7 @@
 .include <src.opts.mk>
 
 PACKAGE=lib${LIB}
-TELNETDIR=	${.CURDIR}/../../contrib/telnet
+TELNETDIR=	${SRCTOP}/contrib/telnet
 .PATH:		${TELNETDIR}/libtelnet
 
 LIB=		telnet


More information about the svn-src-all mailing list