Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jan 2002 03:12:24 +0100 (CET)
From:      Oliver Fromme <olli@secnetix.de>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Re: how to tell if 'make buildworld' finished?
Message-ID:  <200201070212.g072COu27036@lurza.secnetix.de>
In-Reply-To: <20020106231346.GB93756@moo.holy.cow>

next in thread | previous in thread | raw e-mail | index | archive | help
parv <parv_@yahoo.com> wrote:
 > thanks oliver.  somebody, off the list, contacted me w/ similar
 > clue.  he preferred to use this syntax...
 > 
 > # date && command && date

Note that "&&" executes the command to the right of it
only of the left one was successful.

date should never never fail, and I think it's useful to
get the second timestamp even if the buildworld fails, so
I would prefer using ";" over "&&" in this case.

Regards
   Oliver

-- 
Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.

"All that we see or seem is just a dream within a dream" (E. A. Poe)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201070212.g072COu27036>