broken INCLUDE in sys/conf/kern.pre.mk for opensolaris code?

Sergey Kandaurov pluknet at gmail.com
Thu Jan 6 02:41:51 UTC 2011


On 6 January 2011 04:40, Alexander Best <arundel at freebsd.org> wrote:
> hi there,
>
> while building target buildkernel with 'clang -v' i noticed a lot of these
> lines:
>
> ignoring nonexistent directory "/usr/subversion-src/sys/contrib/opensolaris/compat"
>
> i checked sys/conf/kern.pre.mk and there's a line refering to a non-existing
> directory:
>
> # ...  and OpenSolaris
> INCLUDES+= -I$S/contrib/opensolaris/compat

I guess that's leftover from early dtrace stages in perforce.
See //depot/projects/dtrace/src/sys/contrib/opensolaris/compat/sys

>
> is suspect this should actually be:
>
> # ...  and OpenSolaris
> INCLUDES+= -I$S/cddl/compat/opensolaris
>
> but i'm not sure of it.
>


-- 
wbr,
pluknet


More information about the freebsd-hackers mailing list