[Cmake-commits] [cmake-commits] alex committed cmGlobalKdevelopGenerator.cxx 1.32 1.33

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Aug 16 16:58:22 EDT 2008


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv18684

Modified Files:
	cmGlobalKdevelopGenerator.cxx 
Log Message:
BUG: fix #7477, set VERBOSE=1 in the kdevelop setting for the environment,
not together with the make executable

Alex


Index: cmGlobalKdevelopGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalKdevelopGenerator.cxx,v
retrieving revision 1.32
retrieving revision 1.33
diff -C 2 -d -r1.32 -r1.33
*** cmGlobalKdevelopGenerator.cxx	16 Aug 2008 20:33:47 -0000	1.32
--- cmGlobalKdevelopGenerator.cxx	16 Aug 2008 20:58:20 -0000	1.33
***************
*** 477,484 ****
          "      <makebin>" << this->GlobalGenerator->GetLocalGenerators()[0]->
              GetMakefile()->GetRequiredDefinition("CMAKE_BUILD_TOOL") 
!             << " VERBOSE=1 </makebin>\n"
          "      <selectedenvironment>default</selectedenvironment>\n"
          "      <environments>\n"
!         "        <default/>\n"
          "      </environments>\n"
          "    </make>\n";
--- 477,486 ----
          "      <makebin>" << this->GlobalGenerator->GetLocalGenerators()[0]->
              GetMakefile()->GetRequiredDefinition("CMAKE_BUILD_TOOL") 
!             << " </makebin>\n"
          "      <selectedenvironment>default</selectedenvironment>\n"
          "      <environments>\n"
!         "        <default>\n"
!         "          <envvar value=\"1\" name=\"VERBOSE\" />\n"
!         "        </default>\n"
          "      </environments>\n"
          "    </make>\n";



More information about the Cmake-commits mailing list