mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Makefile: Improve handling of WMake verbose output and errors
* The '-e' option has nothing to do with verbose output. It is now properly handled by .ERASE directive in make file * The '-s' option sets silent output globally, it cannot be switched off. It is now handled only by .SILENT directive in make file directive is simply controlled by a conditonal block. Remove SilentNoColon member variable as it is no longer needed.
This commit is contained in:
@@ -120,12 +120,6 @@ public:
|
||||
*/
|
||||
void SetUnixCD(bool v) {this->UnixCD = v;}
|
||||
|
||||
/**
|
||||
* Set Support Verbose Variable. If true, then .SILENT will
|
||||
* be not end with : i.e. .SILENT: or .SILENT
|
||||
*/
|
||||
void SetSilentNoColon(bool v) {this->SilentNoColon = v;}
|
||||
|
||||
/**
|
||||
* Set the string used to include one makefile into another default
|
||||
* is include.
|
||||
@@ -339,7 +333,6 @@ private:
|
||||
bool DefineWindowsNULL;
|
||||
bool UnixCD;
|
||||
bool PassMakeflags;
|
||||
bool SilentNoColon;
|
||||
bool MakeCommandEscapeTargetTwice;
|
||||
bool BorlandMakeCurlyHack;
|
||||
//==========================================================================
|
||||
|
||||
Reference in New Issue
Block a user