DragonFly kernel List (threaded) for 2003-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: HEADS UP restructuring cvs surgery will happen at 2:00p.m. PDT, updates will be available at 3:00p.m.
In article <200308071929.h77JTqNb039251@xxxxxxxxxxxxxxxxxxxx>, Matthew Dillon wrote:
[snip]
> SOME INCLUDE FILES HAVE MOVED
>
> Some esoteric include file subdirectories have moved. I recommend
> regenerating them afer updating to ensure that any cruft is removed:
>
> rm -rf /usr/include
> cd /usr/src/include
> make install
>
> -Matt
This leaves out include files like math.h, termcap.h, etc... which are
parts of individual libraries. I couldn't build world with just the
includes from /usr/src/include. I would suggest something more like:
rm -rf /usr/include
mkdir /usr/include
cd /usr/src && make installincludes
--
David P. Reese Jr. daver@xxxxxxxxxxxx
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]