svn commit: r312462 - head/lib/libbsnmp/libbsnmp

Ngie Cooper ngie at FreeBSD.org
Fri Jan 20 03:57:54 UTC 2017


Author: ngie
Date: Fri Jan 20 03:57:52 2017
New Revision: 312462
URL: https://svnweb.freebsd.org/changeset/base/312462

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

Modified: head/lib/libbsnmp/libbsnmp/Makefile
==============================================================================
--- head/lib/libbsnmp/libbsnmp/Makefile	Fri Jan 20 03:57:24 2017	(r312461)
+++ head/lib/libbsnmp/libbsnmp/Makefile	Fri Jan 20 03:57:52 2017	(r312462)
@@ -4,7 +4,7 @@
 
 .include <src.opts.mk>
 
-CONTRIB= ${.CURDIR}/../../../contrib/bsnmp/lib
+CONTRIB= ${SRCTOP}/contrib/bsnmp/lib
 .PATH: ${CONTRIB}
 
 LIB=	bsnmp


More information about the svn-src-all mailing list