diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-08-27 11:44:53 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-08-27 13:16:50 (GMT) |
commit | 112c87b28afac71617bcbb552ae1f2027bb548b6 (patch) | |
tree | 7b0f053a343bffcd5a0beb98ef8b6fb43545696c /Source/cmLocalUnixMakefileGenerator3.h | |
parent | cd351ef2c427284eea0ab494eba5d4f24bc0e050 (diff) | |
download | CMake-112c87b28afac71617bcbb552ae1f2027bb548b6.zip CMake-112c87b28afac71617bcbb552ae1f2027bb548b6.tar.gz CMake-112c87b28afac71617bcbb552ae1f2027bb548b6.tar.bz2 |
Makefiles: Replace method with Wacom specific API
The existing method uses RelativeRoot NONE and FULL values. In
principle, those should be segregated interfaces. Mixing
NONE and FULL into the RelativeRoot enum is a case of
http://thedailywtf.com/articles/What_Is_Truth_0x3f_
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index 243cc3d..ea98607 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -250,8 +250,7 @@ protected: void CheckMultipleOutputs(bool verbose); private: - std::string ConvertShellCommand(std::string const& cmd, - cmOutputConverter::RelativeRoot root); + std::string MaybeConvertWatcomShellCommand(std::string const& cmd); std::string MakeLauncher(cmCustomCommandGenerator const& ccg, cmGeneratorTarget* target, cmOutputConverter::RelativeRoot relative); |