--- Olivier Nicole <[EMAIL PROTECTED]> 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!"
[EMAIL PROTECTED] < /dev/null



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to