Date: Fri, 27 May 2016 18:39:47 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r300861 - head/tools/tools/ioat Message-ID: <201605271839.u4RIdlO8097760@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605271839.u4RIdlO8097760>