On 3/27/08, walt <[EMAIL PROTECTED]> wrote:
>
> You might try searching your source tree for .depend and .o files and
>  delete any you find.  Also, you could try building the old way:
>
>  #cd /usr/src/sys/i386/conf
>  #config GENERIC
>  #cd ../compile/GENERIC
>  #make all install
>
>  If that works then you must have some funny files in your source tree
>  that don't belong there.


searched for *.depend and *.o files, (none found) used find /usr/src
-name "*.depend" -print to get a list of files that needed to be
deleted.

then tried the compile the old way as suggested, that fails to, with
the same errors and same files.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to