From owner-freebsd-current@FreeBSD.ORG Fri Aug 20 19:27:04 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54B0816A4CE for ; Fri, 20 Aug 2004 19:27:04 +0000 (GMT) Received: from smtp005.bizmail.sc5.yahoo.com (smtp005.bizmail.sc5.yahoo.com [66.163.175.82]) by mx1.FreeBSD.org (Postfix) with SMTP id 0817543D2F for ; Fri, 20 Aug 2004 19:27:04 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@70.240.234.183 with login) by smtp005.bizmail.sc5.yahoo.com with SMTP; 20 Aug 2004 19:27:03 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 9E857620D; Fri, 20 Aug 2004 14:27:02 -0500 (CDT) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 69735-04-2; Fri, 20 Aug 2004 14:27:01 -0500 (CDT) Received: from www.noacks.org (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 43E2B622D; Fri, 20 Aug 2004 14:27:01 -0500 (CDT) Received: from 69.53.57.66 (SquirrelMail authenticated user noackjr); by www.noacks.org with HTTP; Fri, 20 Aug 2004 14:27:01 -0500 (CDT) Message-ID: <57354.69.53.57.66.1093030021.squirrel@69.53.57.66> In-Reply-To: <20040820185652.GD1019@green.homeunix.org> References: <20040820152748.GD92603@ip.net.ua> <20040820154003.GA93190@ip.net.ua> <20040820185652.GD1019@green.homeunix.org> Date: Fri, 20 Aug 2004 14:27:01 -0500 (CDT) From: "Jon Noack" To: "Brian Fundakowski Feldman" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at noacks.org cc: current@freebsd.org Subject: Re: kqueued make(1): can someone try it for me please? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 19:27:04 -0000 Brian Fundakowski Feldman wrote: > Since when does make -jX buildworld work? I've tried it for months > and had it keep breaking in the same place. I don't recall ever having problems with make -jX buildworld (other than load related panics), certainly not within the last few months at least. Perhaps you mean make -jX buildkernel? That broke a month or two ago. I can't seem to find it, but someone warned at that time that it would be broken for a while. I haven't tried it recently, so perhaps it's working again. It really sped up buildkernel on my dual p3. Jon