From owner-freebsd-questions@FreeBSD.ORG Mon Mar 6 03:42:43 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 BC6BB16A420 for ; Mon, 6 Mar 2006 03:42:43 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: from web60015.mail.yahoo.com (web60015.mail.yahoo.com [209.73.178.78]) by mx1.FreeBSD.org (Postfix) with SMTP id 1465243D62 for ; Mon, 6 Mar 2006 03:42:42 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 19654 invoked by uid 60001); 6 Mar 2006 03:42:42 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=unBwZyYPmDE5/zqi6/zm6uTuZe4w2pEDb+gGyEI1oFEtLTHW946TmZBgabpSOuzWUPAIsdTbf2e3trmB2CkLlvVQIdZITUOKsFbL7b55yQy3jBqDOP582sD1JtBJuIr223JEfSej5z9PDecVRVavGuF/z1HuwSbEhimhbRZaJ14= ; Message-ID: <20060306034242.19652.qmail@web60015.mail.yahoo.com> Received: from [216.252.84.88] by web60015.mail.yahoo.com via HTTP; Sun, 05 Mar 2006 22:42:42 EST Date: Sun, 5 Mar 2006 22:42:42 -0500 (EST) From: Peter To: Olivier Nicole , freebsd-questions@freebsd.org In-Reply-To: <200603060325.k263P6gX037812@banyan.cs.ait.ac.th> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: 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:42:43 -0000 --- Olivier Nicole wrote: > Hi, > > 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? Use a Short-Circuit List Operator: '&&' make buildworld && mail -s "Buildworld successful!" home_account@whatever.com < /dev/null __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com