summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-16 03:23:06 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-05-18 18:06:20 (GMT)
commit684e5cefb239263f39089cacbffba28d4c61251a (patch)
treef859f28b7df6695e676fbbf91321a7cf07d3cf80 /Source/cmLocalUnixMakefileGenerator3.h
parent2047144f490113905004cc9d5b548e25312fac04 (diff)
downloadCMake-684e5cefb239263f39089cacbffba28d4c61251a.zip
CMake-684e5cefb239263f39089cacbffba28d4c61251a.tar.gz
CMake-684e5cefb239263f39089cacbffba28d4c61251a.tar.bz2
cmGlobalGenerator: Host the MakeSilentFlag.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index f70af13..0b056ff 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -67,12 +67,6 @@ public:
void WriteMakeVariables(std::ostream& makefileStream);
/**
- * Set the flag used to keep the make program silent.
- */
- void SetMakeSilentFlag(const std::string& s) { this->MakeSilentFlag = s; }
- std::string &GetMakeSilentFlag() { return this->MakeSilentFlag; }
-
- /**
* Set max makefile variable size, default is 0 which means unlimited.
*/
void SetMakefileVariableSize(int s) { this->MakefileVariableSize = s; }
@@ -268,7 +262,6 @@ private:
//==========================================================================
// Configuration settings.
int MakefileVariableSize;
- std::string MakeSilentFlag;
std::string ConfigurationName;
bool MakeCommandEscapeTargetTwice;
bool BorlandMakeCurlyHack;