ENH: allow silent operation (-s) for wmake, wclean, wmakeLnInclude

- reduces verbosity for dynamicCode

- non-silent wmakeLnInclude output to stderr to avoid polluting logs
This commit is contained in:
Mark Olesen
2011-03-08 09:32:30 +01:00
parent e0311539fc
commit 82ba4e5419
5 changed files with 68 additions and 24 deletions

View File

@ -523,7 +523,7 @@ bool Foam::dynamicCode::copyOrCreateFiles(const bool verbose) const
bool Foam::dynamicCode::wmakeLibso() const
{
const Foam::string wmakeCmd("wmake libso " + this->codeRelPath());
const Foam::string wmakeCmd("wmake -s libso " + this->codeRelPath());
Info<< "Invoking " << wmakeCmd << endl;
if (Foam::system(wmakeCmd))