svn commit: r313618 - stable/10/lib/libmagic
Ngie Cooper
ngie at FreeBSD.org
Sat Feb 11 06:54:44 UTC 2017
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
More information about the svn-src-all
mailing list