* Option `-B' to always show the output of builders, regardless of
verbosity level.
This commit is contained in:
parent
3495d153b3
commit
ff9af107d3
7 changed files with 27 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ void runProgram(const string & program,
|
|||
{
|
||||
/* Create a log file. */
|
||||
string logCommand =
|
||||
verbosity >= lvlDebug
|
||||
verbosity >= buildVerbosity
|
||||
? "tee " + logFileName + " >&2"
|
||||
: "cat > " + logFileName;
|
||||
/* !!! auto-pclose on exit */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue