svn commit: r313584 - stable/10/lib/libauditd

Ngie Cooper ngie at FreeBSD.org
Sat Feb 11 05:53:14 UTC 2017


Author: ngie
Date: Sat Feb 11 05:53:13 2017
New Revision: 313584
URL: https://svnweb.freebsd.org/changeset/base/313584

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

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

Modified: stable/10/lib/libauditd/Makefile
==============================================================================
--- stable/10/lib/libauditd/Makefile	Sat Feb 11 05:52:13 2017	(r313583)
+++ stable/10/lib/libauditd/Makefile	Sat Feb 11 05:53:13 2017	(r313584)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 #
 
-OPENBSMDIR=		${.CURDIR}/../../contrib/openbsm
+OPENBSMDIR=		${SRCTOP}/contrib/openbsm
 LIBAUDITDDIR=		${OPENBSMDIR}/libauditd
 LIBBSMDIR=		${OPENBSMDIR}/libbsm
 


More information about the svn-src-all mailing list