From owner-freebsd-sparc64@FreeBSD.ORG Thu Feb 15 19:14:22 2007 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 50E2516A401 for ; Thu, 15 Feb 2007 19:14:22 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 3F75313C474 for ; Thu, 15 Feb 2007 19:14:22 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 240F01A3C1A; Thu, 15 Feb 2007 11:14:22 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8CAD6515C7; Thu, 15 Feb 2007 14:14:21 -0500 (EST) Date: Thu, 15 Feb 2007 14:14:21 -0500 From: Kris Kennaway To: Christian Baer Message-ID: <20070215191421.GA42578@xor.obsecurity.org> References: <45C9430B.5020402@alaska.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: freebsd-sparc64@freebsd.org Subject: Re: freebsd-update/sparc64 and buildworld statistics X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Feb 2007 19:14:22 -0000 On Thu, Feb 15, 2007 at 12:33:46PM +0100, Christian Baer wrote: > On Tue, 06 Feb 2007 18:10:03 -0900 Royce Williams wrote: > > > I'd throw down the gauntlet, but the single drive in my U30 died > > recently. :( If anyone's interested in posting the results of 'time > > make buildworld' and a dmesg, I'd be happy to put them somewhere > > accessible and simple. > > Im with you on this one. I can give you the results for my U60, if you > like. > > I'm just having a little trouble with time(1). Using any options like -h > causes time to think -h is the command I want to time. Does anyone know > how to avoid this? You're probably using your shell's builtin command. Be explicit: /usr/bin/time -h Kris