dtraceall.ko with old nfsclient

Andriy Gapon avg at FreeBSD.org
Thu Jul 12 19:11:58 UTC 2012


on 12/07/2012 21:17 Fabian Keil said the following:
> Benjamin Kaduk <kaduk at MIT.EDU> wrote:
> 
>> On Wed, 11 Jul 2012, Fabian Keil wrote:
>> 
>>> I'm using the following modification of Sean's patch:
> 
> This way it seems to work as expected:
> 
> diff --git a/sys/modules/dtrace/dtraceall/Makefile
> b/sys/modules/dtrace/dtraceall/Makefile index 456efd1..628583b 100644 ---
> a/sys/modules/dtrace/dtraceall/Makefile +++
> b/sys/modules/dtrace/dtraceall/Makefile @@ -1,7 +1,7 @@ # $FreeBSD:
> src/sys/modules/dtrace/dtraceall/Makefile,v 1.3 2011/04/09 09:07:31 uqs Exp
> $
> 
> KMOD=          dtraceall -SRCS=          dtraceall.c opt_compat.h +SRCS=
> dtraceall.c opt_compat.h opt_nfs.h
> 
> CFLAGS+=       -I${.CURDIR}/../../..
> 

If you do cd sys/modules/dtrace/dtraceall && make [obj depend] all, does it
compile OK with the above change?
I am hinting at the case where KERNBUILDDIR is not set.
This is not the proper way of building modules, but traditionally we keep it
working.

-- 
Andriy Gapon



More information about the freebsd-hackers mailing list