Hello! On Sun, Jan 3, 2010 at 3:28 AM, Doug Barton <do...@freebsd.org> wrote:
> > cd /usr/src > > > > make cleandir && make cleandir && rm -rf /usr/obj > > > > make buildkernel > > FreeBSD is not like Linux in the sense that you don't just want to > update the kernel independently of the rest of the base system. You > want to update the whole thing. Try this instead: > > make buildworld && > make buildkernel > > You should also read > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mak<http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html> > eworld.html<http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html> > to get a better idea of the overall process. > Actually it is enough to do "make kernel-toolchain" instead of "make buildworld" prior to building kernel. Max _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"