Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Dec 2007 03:13:15 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 131202 for review
Message-ID:  <200712190313.lBJ3DFUh005984@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=131202

Change 131202 by jb@jb_freebsd1 on 2007/12/19 03:12:18

	WIP

Affected files ...

.. //depot/projects/dtrace/src/sys/modules/cyclic/Makefile#3 edit

Differences ...

==== //depot/projects/dtrace/src/sys/modules/cyclic/Makefile#3 (text+ko) ====

@@ -1,19 +1,17 @@
 # $FreeBSD#
 
-.include "../dtrace/Makefile.inc"
-
-.PATH: ${.CURDIR}/../../cddl/kern
-.PATH: ${.CURDIR}/../../cddl/${MACHINE_ARCH}
+.PATH: ${.CURDIR}/../../contrib/opensolaris/uts/common/os
 
 KMOD=		cyclic
-SRCS=		cyclic.c \
-		cyclic_machdep.c \
-		kern_cyclic.c
+SRCS=		cyclic.c
 SRCS+=		bus_if.h device_if.h vnode_if.h
 
-CFLAGS+=	-I${.CURDIR}/../../cddl/dev/dtrace \
-		-I${.CURDIR}/../../contrib/opensolaris/compat \
+CFLAGS+=	-I${.CURDIR}/../../compat/opensolaris \
 		-I${.CURDIR}/../../contrib/opensolaris/uts/common \
 		-I${.CURDIR}/../..
 
+CFLAGS+=	-DDEBUG=1
+
+IGNORE_PRAGMA=	1
+
 .include <bsd.kmod.mk>



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