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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to