Em Sex, 2013-03-01 às 12:29 -0600, Paul Schmehl escreveu: > I'm running make buildworld on a quad processor quad core box with 16GB of > ram, and it's been running already for more than an hour and a half. Has > world really gotten that huge? Good lord! Good thing we have > freebsd-update! >
Perhaps you did not use the -j option on the make buildworld... env NOCLEAN=yes DESTDIR= make -j 4 buildworld without the -j option it runs on only one processor and can take up to 5 hours... Sergio _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
