mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmGlobalUnixMakefileGenerator3: Host the PassMakeflags.
This commit is contained in:
@@ -66,14 +66,6 @@ public:
|
||||
// write the main variables used by the makefiles
|
||||
void WriteMakeVariables(std::ostream& makefileStream);
|
||||
|
||||
/**
|
||||
* If true, then explicitly pass MAKEFLAGS on the make all target for makes
|
||||
* that do not use environment variables.
|
||||
*
|
||||
*/
|
||||
void SetPassMakeflags(bool s){this->PassMakeflags = s;}
|
||||
bool GetPassMakeflags() { return this->PassMakeflags; }
|
||||
|
||||
/**
|
||||
* Set the flag used to keep the make program silent.
|
||||
*/
|
||||
@@ -291,7 +283,6 @@ private:
|
||||
std::string MakeSilentFlag;
|
||||
std::string ConfigurationName;
|
||||
bool UnixCD;
|
||||
bool PassMakeflags;
|
||||
bool MakeCommandEscapeTargetTwice;
|
||||
bool BorlandMakeCurlyHack;
|
||||
//==========================================================================
|
||||
|
||||
Reference in New Issue
Block a user