From owner-freebsd-current@FreeBSD.ORG Mon Oct 29 21:07:04 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 929A916A468 for ; Mon, 29 Oct 2007 21:07:04 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outX.internet-mail-service.net (outX.internet-mail-service.net [216.240.47.247]) by mx1.freebsd.org (Postfix) with ESMTP id 7FC6A13C4B0 for ; Mon, 29 Oct 2007 21:07:04 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP; Mon, 29 Oct 2007 13:11:31 -0700 X-Client-Authorized: MaGic Cook1e Received: from julian-mac.elischer.org (nat.ironport.com [63.251.108.100]) by idiom.com (Postfix) with ESMTP id E2759126851 for ; Mon, 29 Oct 2007 13:11:30 -0700 (PDT) Message-ID: <47263E91.9050908@elischer.org> Date: Mon, 29 Oct 2007 13:12:01 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: FYI (fun) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2007 21:07:04 -0000 in a freebsd 1.0 chroot on a freebsd 8.0 system on a 3 year old (i.e not the fastest) system. cd /usr/src/sys/i386/conf; config GENERICAH; cd ../../compile/GENERICAH; make depend all [...] loading 386bsd rearranging symbols text data bss dec hex 458752 16384 139504 614640 960f0 5.8u 3.9s 0:09.71 101.1% 617+625k 0+23io 0pf+0w yep folks.. that's 9.7 seconds from go to whoa. and of course that was only using 1 cpu.. hmm did make have -j in those days? (tries it and sees no change so apparently not).