svn commit: r300861 - head/tools/tools/ioat

Garrett Cooper ngie at FreeBSD.org
Fri May 27 18:39:48 UTC 2016


Author: ngie
Date: Fri May 27 18:39:47 2016
New Revision: 300861
URL: https://svnweb.freebsd.org/changeset/base/300861

Log:
  - Sort make variables
  - Use SRCTOP instead of ad hoc definition for it
  
  MFC after: 1 week
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/tools/tools/ioat/Makefile

Modified: head/tools/tools/ioat/Makefile
==============================================================================
--- head/tools/tools/ioat/Makefile	Fri May 27 18:20:07 2016	(r300860)
+++ head/tools/tools/ioat/Makefile	Fri May 27 18:39:47 2016	(r300861)
@@ -2,8 +2,11 @@
 
 PROG=	ioatcontrol
 MAN=	ioatcontrol.8
-CFLAGS+=	-I${.CURDIR:H:H:H}/sys/dev/ioat
-WARNS?=	6
+
+CFLAGS+=	-I${SRCTOP}/sys/dev/ioat
+
 LIBADD=	util
 
+WARNS?=	6
+
 .include <bsd.prog.mk>


More information about the svn-src-head mailing list