summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalNinjaGenerator.cxx
diff options
context:
space:
mode:
authorPeter Kuemmel <syntheticpp@gmx.net>2012-06-10 18:20:29 (GMT)
committerPeter Kuemmel <syntheticpp@gmx.net>2012-06-10 18:20:29 (GMT)
commitba8d0db217399dede6d897c928b4dbf52e7e141b (patch)
tree5a0e167cdc7c98a26a3a5a52599ec6aa476674d4 /Source/cmLocalNinjaGenerator.cxx
parent343ff7a72e7c08f3a63dde25bd1f06c8c3854f56 (diff)
downloadCMake-ba8d0db217399dede6d897c928b4dbf52e7e141b.zip
CMake-ba8d0db217399dede6d897c928b4dbf52e7e141b.tar.gz
CMake-ba8d0db217399dede6d897c928b4dbf52e7e141b.tar.bz2
Ninja: don't pollute the rules file with useless comments
Diffstat (limited to 'Source/cmLocalNinjaGenerator.cxx')
-rw-r--r--Source/cmLocalNinjaGenerator.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmLocalNinjaGenerator.cxx b/Source/cmLocalNinjaGenerator.cxx
index a0141cf..5d193cd 100644
--- a/Source/cmLocalNinjaGenerator.cxx
+++ b/Source/cmLocalNinjaGenerator.cxx
@@ -46,7 +46,9 @@ void cmLocalNinjaGenerator::Generate()
this->SetConfigName();
this->WriteProcessedMakefile(this->GetBuildFileStream());
+#ifdef NINJA_GEN_VERBOSE_FILES
this->WriteProcessedMakefile(this->GetRulesFileStream());
+#endif
this->WriteBuildFileTop();