svn commit: r220470 - in head/sys/modules: arcnet dtrace/dtraceall

Ulrich Spoerlein uqs at FreeBSD.org
Sat Apr 9 09:07:31 UTC 2011


Author: uqs
Date: Sat Apr  9 09:07:31 2011
New Revision: 220470
URL: http://svn.freebsd.org/changeset/base/220470

Log:
  Fix make buildworld -DMODULES_WITH_WORLD on i386

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

Modified: head/sys/modules/arcnet/Makefile
==============================================================================
--- head/sys/modules/arcnet/Makefile	Sat Apr  9 08:52:22 2011	(r220469)
+++ head/sys/modules/arcnet/Makefile	Sat Apr  9 09:07:31 2011	(r220470)
@@ -4,7 +4,7 @@
 
 KMOD=	arcnet
 SRCS=	if_arcsubr.c
-SRCS+=	opt_inet.h opt_inet6.h opt_ipx.h
+SRCS+=	opt_inet.h opt_inet6.h opt_ipx.h opt_ofed.h
 
 EXPORT_SYMS=	arc_frag_init	\
 		arc_frag_next	\

Modified: head/sys/modules/dtrace/dtraceall/Makefile
==============================================================================
--- head/sys/modules/dtrace/dtraceall/Makefile	Sat Apr  9 08:52:22 2011	(r220469)
+++ head/sys/modules/dtrace/dtraceall/Makefile	Sat Apr  9 09:07:31 2011	(r220470)
@@ -6,8 +6,8 @@ SRCS=		dtraceall.c opt_compat.h
 CFLAGS+=	-I${.CURDIR}/../../..
 
 .if !defined(KERNBUILDDIR)
-opt_compat.h:
 .if ${MACHINE_ARCH} == "amd64"
+opt_compat.h:
 	echo "#define COMPAT_FREEBSD32 1" >> ${.TARGET}
 .endif
 .endif


More information about the svn-src-head mailing list