svn commit: r268006 - head/sys/modules/dtrace/dtrace

Rui Paulo rpaulo at FreeBSD.org
Sat Jun 28 18:53:03 UTC 2014


Author: rpaulo
Date: Sat Jun 28 18:53:02 2014
New Revision: 268006
URL: http://svnweb.freebsd.org/changeset/base/268006

Log:
  Move the -I of common/util to the proper place to fix the powerpc build.
  
  MFC after:	2 weeks

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

Modified: head/sys/modules/dtrace/dtrace/Makefile
==============================================================================
--- head/sys/modules/dtrace/dtrace/Makefile	Sat Jun 28 17:36:18 2014	(r268005)
+++ head/sys/modules/dtrace/dtrace/Makefile	Sat Jun 28 18:53:02 2014	(r268006)
@@ -22,8 +22,7 @@ SRCS=		dtrace.c \
 SRCS+=		dis_tables.c \
 		instr_size.c
 CFLAGS+=	-I${SYSDIR}/cddl/contrib/opensolaris/uts/intel \
-		-I${SYSDIR}/cddl/dev/dtrace/x86 \
-		-I${SUNW}/common/util
+		-I${SYSDIR}/cddl/dev/dtrace/x86
 .endif
 
 SRCS+=		bus_if.h device_if.h vnode_if.h
@@ -45,6 +44,7 @@ CFLAGS+=	-I${SYSDIR}/cddl/compat/opensol
 		-I${SYSDIR}/cddl/dev/dtrace \
 		-I${SYSDIR}/cddl/dev/dtrace/${ARCHDIR} \
 		-I${SYSDIR}/cddl/contrib/opensolaris/uts/common \
+		-I${SUNW}/common/util \
 		-I${SYSDIR} -DDIS_MEM
 
 CFLAGS+=	-DSMP


More information about the svn-src-head mailing list