Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jun 2014 18:53:02 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r268006 - head/sys/modules/dtrace/dtrace
Message-ID:  <201406281853.s5SIr2oV015141@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406281853.s5SIr2oV015141>