Date: Tue, 24 Aug 2010 12:18:39 +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: r211746 - head/sys/modules/dtrace/fasttrap Message-ID: <201008241218.o7OCId5L075664@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rpaulo Date: Tue Aug 24 12:18:39 2010 New Revision: 211746 URL: http://svn.freebsd.org/changeset/base/211746 Log: Update for the recent location of the fasttrap code. Sponsored by: The FreeBSD Foundation Modified: head/sys/modules/dtrace/fasttrap/Makefile Modified: head/sys/modules/dtrace/fasttrap/Makefile ============================================================================== --- head/sys/modules/dtrace/fasttrap/Makefile Tue Aug 24 12:12:03 2010 (r211745) +++ head/sys/modules/dtrace/fasttrap/Makefile Tue Aug 24 12:18:39 2010 (r211746) @@ -1,9 +1,9 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../../cddl/dev/fasttrap +.PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/uts/common/dtrace KMOD= fasttrap -SRCS= fasttrap.c +SRCS= fasttrap.c fasttrap_isa.c opt_compat.h SRCS+= vnode_if.h CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris \ @@ -12,6 +12,7 @@ CFLAGS+= -I${.CURDIR}/../../../cddl/comp .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/uts/intel +.PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/uts/intel/dtrace .endif CFLAGS+= -DSMP -DDEBUG
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008241218.o7OCId5L075664>