From owner-freebsd-questions@FreeBSD.ORG Mon Mar 6 03:45:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0718E16A428 for ; Mon, 6 Mar 2006 03:45:05 +0000 (GMT) (envelope-from bc979@lafn.org) Received: from zoot.lafn.org (zoot.lafn.ORG [206.117.18.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A4C143D46 for ; Mon, 6 Mar 2006 03:45:04 +0000 (GMT) (envelope-from bc979@lafn.org) Received: from [10.0.1.2] (pool-71-109-244-179.lsanca.dsl-w.verizon.net [71.109.244.179]) (authenticated bits=0) by zoot.lafn.org (8.13.4/8.13.1) with ESMTP id k263iIO6003033 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Sun, 5 Mar 2006 19:44:20 -0800 (PST) (envelope-from bc979@lafn.org) In-Reply-To: <200603060325.k263P6gX037812@banyan.cs.ait.ac.th> References: <200603060325.k263P6gX037812@banyan.cs.ait.ac.th> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Doug Hardie Date: Sun, 5 Mar 2006 19:44:18 -0800 To: Olivier Nicole X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: ClamAV 0.88/1315/Sun Mar 5 02:31:57 2006 on zoot.lafn.org X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: How to know that make buildworld finished X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2006 03:45:05 -0000 On Mar 5, 2006, at 19:25, Olivier Nicole wrote: > For testing purposes, I am trying to build a quite old (read slow) > machine. It happens that every time I start a buildworld, I will have > to leave before the end. And next morning the shell I was using to run > the buildworld will have terminated for some reason. > > So I cannot see if the make did finished successfully or not. > > Is there a way to check that make buildworld did finished > successfully? I use nohup make buildworld > xxx & That saves the buildworld output in xxx. It does get fairly large and I seem to recall it ends by rebuilding the man indexes.