svn commit: r318440 - head/sys/modules/dtrace/dtaudit

Ngie Cooper ngie at FreeBSD.org
Thu May 18 06:15:43 UTC 2017


Author: ngie
Date: Thu May 18 06:15:42 2017
New Revision: 318440
URL: https://svnweb.freebsd.org/changeset/base/318440

Log:
  Normalize SYSDIR on SRCTOP instead of .CURDIR
  
  This is being done to simplify pathing for CFLAGS and source files.
  
  MFC after:	2 weeks
  Sponsored by:	Dell EMC Isilon

Modified:
  head/sys/modules/dtrace/dtaudit/Makefile

Modified: head/sys/modules/dtrace/dtaudit/Makefile
==============================================================================
--- head/sys/modules/dtrace/dtaudit/Makefile	Thu May 18 06:13:29 2017	(r318439)
+++ head/sys/modules/dtrace/dtaudit/Makefile	Thu May 18 06:15:42 2017	(r318440)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-SYSDIR?=	${.CURDIR}/../../..
+SYSDIR?=	${SRCTOP}/sys
 
 .PATH:		${SYSDIR}/security/audit
 


More information about the svn-src-head mailing list