From owner-freebsd-stable Mon Sep 17 4:39:58 2001 Delivered-To: freebsd-stable@freebsd.org Received: from cage.simianscience.com (cage.simianscience.com [64.7.134.1]) by hub.freebsd.org (Postfix) with ESMTP id 6F78E37B411; Mon, 17 Sep 2001 04:39:54 -0700 (PDT) Received: from chimp.sentex.net (fcage [192.168.0.2]) by cage.simianscience.com (8.11.6/8.11.6) with ESMTP id f8HBdq939363; Mon, 17 Sep 2001 07:39:53 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <5.1.0.14.0.20010917073626.040c5470@192.168.0.12> X-Sender: mdtancsa@192.168.0.12 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 17 Sep 2001 07:39:51 -0400 To: Ruslan Ermilov From: Mike Tancsa Subject: Re: make -j4 vs -j8... 4 works, but 8 does not Cc: stable@FreeBSD.ORG In-Reply-To: <20010917134316.C74429@sunbay.com> References: <5.1.0.14.0.20010915123606.035fcc18@192.168.0.12> <5.1.0.14.0.20010915123606.035fcc18@192.168.0.12> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 01:43 PM 9/17/2001 +0300, Ruslan Ermilov wrote: > > ===> 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. I think the issue might have been due to the CPUTYPE=686 vs i686 typo on my part. Changing it to that fixed the problem it seems. ---Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message