From owner-freebsd-current@FreeBSD.ORG Mon Jul 28 11:49:56 2003 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 0DC4337B401 for ; Mon, 28 Jul 2003 11:49:56 -0700 (PDT) Received: from tuebingen.mpg.de (connect.tuebingen.mpg.de [192.124.26.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA15E43F85 for ; Mon, 28 Jul 2003 11:49:54 -0700 (PDT) (envelope-from hv@tuebingen.mpg.de) Received: from [217.81.158.166] (account henry.vogt HELO tuebingen.mpg.de) by tuebingen.mpg.de (CommuniGate Pro SMTP 4.0.6) with ESMTP id 5074570; Mon, 28 Jul 2003 20:49:52 +0200 Date: Mon, 28 Jul 2003 20:49:54 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: Gregory Pavelcak From: Henry Vogt In-Reply-To: Message-Id: <46BAB5E2-C12C-11D7-AA59-00039302E846@tuebingen.mpg.de> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) cc: freebsd-current@freebsd.org Subject: Re: Checking buildworld success from ssh X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Jul 2003 18:49:56 -0000 Hi, you could restart the buildworld with the -DNOCLEAN option, this would terminate much faster than usual o r show up where it fails.. Hope this helps. Regards Henry Am Montag, 28.07.03, um 15:28 Uhr (Europe/Berlin) schrieb Gregory Pavelcak: > Hi all, > > I started a buildworld on current sources this morning, but, > foolishly, didn't redirect the output to a file. Now I have some > free time at work and would like to ssh in and do the kernel and > mergemaster. Of course, I don't want to do these things if > buildworld failed. Is there any way I can tell in the absence of > saved output? > ...