Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-07-27 08:59:58 -0700 (Sun, 27 Jul 2003)
Revision: 119
Log message:
Starting a new execution method using pipes to filter the
output from jobs. This can be used to implement the "quiet
build" that Aleksey was requesting, and also provides a starting
point for distributed builds.
One thing to note: normal make allows for interactive jobs.
The main difference here is that job output is not to a terminal.