On Mon, Jan 5, 2009 at 7:41 PM, Brian Duke <[email protected]> wrote: > #make -j4 buildworld; make -j4 buildkernel; make installkernel
Use instead make -j4 buildworld && make buildkernel && make installkernel If any of your commands failed you were unable to know. i suppose it failed building kernel. -- Cris, member of G.U.F.I Italian FreeBSD User Group http://www.gufi.org/ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
