[Omake] Stopping *immediately* on errors

Jason Hickey jyh at cs.caltech.edu
Sun Jun 18 19:57:16 PDT 2006


I added some options to help here.

> Module name: OMake Build System [0.9.8.x]
> Changes by: jyh at cs.caltech.edu (Jason Hickey)
> Date: 2006-06-18 19:37:52 -0700 (Sun, 18 Jun 2006)
> Revision: 9345
> Log message:
>       
>       Added --divert options.
>       
>          --divert : divert output from commands so it can be printed later.
>          --divert-repeat : repeat diverted output when a command is finished.
>          --divert-only : print only diverted output, omake will be quiet otherwise.

The manual has more info, but the basic idea is that if you specify any 
of these options, then the errors are repeated at the end of the build 
in non-interleaved form.  So it should at least be a little easier to read:)

This should be considered experimental (in case another option is 
useful).  Also, let me know if your /tmp directory gets cluttered with 
omake*.divert files (some files will be there while omake is active, but 
they should be gone by the time omake exits).

Jason

-- 
Jason Hickey                  http://www.cs.caltech.edu/~jyh
Caltech Computer Science      Tel: 626-395-6568 FAX: 626-792-4257


More information about the Omake mailing list