Author: ngie
Date: Sat Feb 11 06:54:42 2017
New Revision: 313618
URL: https://svnweb.freebsd.org/changeset/base/313618

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

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

Modified: stable/10/lib/libmagic/Makefile
==============================================================================
--- stable/10/lib/libmagic/Makefile     Sat Feb 11 06:51:53 2017        
(r313617)
+++ stable/10/lib/libmagic/Makefile     Sat Feb 11 06:54:42 2017        
(r313618)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 # Copyright (c) David E. O'Brien, 2000-2004, 2006, 2009
 
-CONTRDIR=      ${.CURDIR}/../../contrib/file
+CONTRDIR=      ${SRCTOP}/contrib/file
 .PATH: ${CONTRDIR}/src
 .PATH: ${CONTRDIR}/doc
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"

Reply via email to