Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jan 2011 01:40:46 +0000
From:      Alexander Best <arundel@freebsd.org>
To:        freebsd-hackers@freebsd.org
Subject:   broken INCLUDE in sys/conf/kern.pre.mk for opensolaris code?
Message-ID:  <20110106014046.GA324@freebsd.org>

next in thread | raw e-mail | index | archive | help
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

is suspect this should actually be:

# ...  and OpenSolaris
INCLUDES+= -I$S/cddl/compat/opensolaris

but i'm not sure of it.

cheers.
alex

-- 
a13x



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