summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-10-04 22:52:29 (GMT)
committerBrad King <brad.king@kitware.com>2006-10-04 22:52:29 (GMT)
commit406f3554c787f6926e9775f953e8f590db78803e (patch)
tree8968bcf410707e07d074779ca0ea3e69c0dee598 /Source/cmLocalUnixMakefileGenerator3.h
parent038c9e27d78b2df56460c85a1a797c7e0dc3e149 (diff)
downloadCMake-406f3554c787f6926e9775f953e8f590db78803e.zip
CMake-406f3554c787f6926e9775f953e8f590db78803e.tar.gz
CMake-406f3554c787f6926e9775f953e8f590db78803e.tar.bz2
BUG: Fixed display of custom command comments with quotes, dollars, and other special characters in them.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index 31c3e58..260f2aa 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -97,9 +97,6 @@ public:
void SetMakeSilentFlag(const char* s) { this->MakeSilentFlag = s; }
std::string &GetMakeSilentFlag() { return this->MakeSilentFlag; }
- /** Set whether the echo command needs its argument quoted. */
- void SetEchoNeedsQuote(bool b) { this->EchoNeedsQuote = b; }
-
/**
* Set to true if the shell being used is the windows shell.
* This controls if statements in the makefile and the SHELL variable.
@@ -339,8 +336,6 @@ private:
bool UnixCD;
bool PassMakeflags;
bool SilentNoColon;
- // Flag for whether echo command needs quotes.
- bool EchoNeedsQuote;
//==========================================================================
std::string HomeRelativeOutputPath;