Date: Mon, 17 Sep 2001 13:43:16 +0300 From: Ruslan Ermilov <ru@FreeBSD.ORG> To: Mike Tancsa <mike@sentex.net> Cc: stable@FreeBSD.ORG Subject: Re: make -j4 vs -j8... 4 works, but 8 does not Message-ID: <20010917134316.C74429@sunbay.com> In-Reply-To: <5.1.0.14.0.20010915123606.035fcc18@192.168.0.12>; from mike@sentex.net on Sat, Sep 15, 2001 at 12:38:30PM -0400 References: <5.1.0.14.0.20010915123606.035fcc18@192.168.0.12>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Sep 15, 2001 at 12:38:30PM -0400, Mike Tancsa wrote: > > Should a parallel build always work ? I was just trying to stress a new > series of MB we are evaluating and to my suprise, -j4 works, but not -j8 > > ===> usr.sbin/boot0cfg > rm -f .depend > mkdep -f .depend > -a -I/usr/obj/usr/src/i386/usr/include > /usr/src/usr.sbin/boot0cfg/boot0cfg.c > cd /usr/src/usr.sbin/boot0cfg; make _EXTRADEPEND > echo boot0cfg: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend > 1 error > *** Error code 2 > 1 error > *** Error code 2 > Try running with -dj as well and see what happens. You may also want to use -P. That should definitely work, and if it doesn't we need to fix it. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010917134316.C74429>