* Option `-B' to always show the output of builders, regardless of

verbosity level.
This commit is contained in:
Eelco Dolstra 2004-01-13 16:35:43 +00:00
parent 3495d153b3
commit ff9af107d3
7 changed files with 27 additions and 1 deletions

View file

@ -2,6 +2,7 @@
#define __GLOBALS_H
#include <string>
#include "util.hh"
using namespace std;
@ -28,5 +29,8 @@ extern string nixDBPath;
/* Whether to keep temporary directories of failed builds. */
extern bool keepFailed;
/* Verbosity level for build output. */
extern Verbosity buildVerbosity;
#endif /* !__GLOBALS_H */