Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Feb 2011 17:46:43 +0300
From:      Sergey Kandaurov <pluknet@gmail.com>
To:        Alexander Best <arundel@freebsd.org>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: broken INCLUDE in sys/conf/kern.pre.mk for opensolaris code?
Message-ID:  <AANLkTimE74r7579p9pgBEAY__vod=N5=WfgkQ3RE8dzN@mail.gmail.com>
In-Reply-To: <20110106014046.GA324@freebsd.org>
References:  <20110106014046.GA324@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 6 January 2011 04:40, Alexander Best <arundel@freebsd.org> wrote:
> hi there,
>
> while building target buildkernel with 'clang -v' i noticed a lot of thes=
e
> lines:
>
> ignoring nonexistent directory "/usr/subversion-src/sys/contrib/opensolar=
is/compat"
>
> i checked sys/conf/kern.pre.mk and there's a line refering to a non-exist=
ing
> directory:
>
> # ... =A0and OpenSolaris
> INCLUDES+=3D -I$S/contrib/opensolaris/compat

Hi, I just removed that path in r218189.

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

I found that instead it's included in modules' Makefile
(e.g. as done for /sys/modules/cyclic).

--=20
wbr,
pluknet



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTimE74r7579p9pgBEAY__vod=N5=WfgkQ3RE8dzN>