Trying to make depend I got
@ -> /usr/src/sys
machine -> /usr/src/sys/i386/include
make: don't know how to make agp_if.c. Stop
*** Error code 2
Stop in /usr/src/sys/modules.
*** Error code 1
Stop in /usr/src/sys/compile/NOVEMBER.
After a number of unsuccessful attempts to build world, as was suggested
in UPDATING (I have a list of errors, errors where different)I did:
# rm -rf /usr/obj/*
Then removed all directories from /usr/src/, then
# cd /usr/src/ && make update
after CVSup finished successfully
# make buildworld
after it finished successfully
# cd /sys/i386/conf && config NOVEMBER
after it finished successfully
# cd ../../compile/NOVEMBER && make depend
...and got the same error.
I read through UPDATING but I still cannot catch what did I do wrong.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message