svn commit: r312457 - head/lib/libauditd

Ngie Cooper ngie at FreeBSD.org
Fri Jan 20 03:55:22 UTC 2017


Author: ngie
Date: Fri Jan 20 03:55:21 2017
New Revision: 312457
URL: https://svnweb.freebsd.org/changeset/base/312457

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

Modified: head/lib/libauditd/Makefile
==============================================================================
--- head/lib/libauditd/Makefile	Fri Jan 20 03:54:36 2017	(r312456)
+++ head/lib/libauditd/Makefile	Fri Jan 20 03:55:21 2017	(r312457)
@@ -3,7 +3,7 @@
 #
 
 PACKAGE=lib${LIB}
-OPENBSMDIR=		${.CURDIR}/../../contrib/openbsm
+OPENBSMDIR=		${SRCTOP}/contrib/openbsm
 _LIBAUDITDDIR=		${OPENBSMDIR}/libauditd
 _LIBBSMDIR=		${OPENBSMDIR}/libbsm
 


More information about the svn-src-head mailing list