Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 1995 05:47:20 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        current@FreeBSD.org, nate@trout.sri.MT.net
Subject:   Re: Kernel compile 'feature' of new SNAP
Message-ID:  <199503291947.FAA11057@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>In the quest to make the kernel compile out of the source tree w/out
>using the system includes, we have made it more difficult (and
>confusing) for people who want to build custom kernels.  A user send me
>...

>Would using an ENVIRONMENT variable be acceptable?

No.

>Current:
># Not ready for -I- yet.  #include "foo.h" where foo.h is in the srcdir fails.
>INCLUDES= -nostdinc -I. -I$S -I$S/sys -I$S/../include

Adding -I/usr/include to the end should be good enough.  It will only do
the wrong thing for people who who have populated $S/../include but
forgot.

Bruce



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