[Cmake-commits] [cmake-commits] king committed cmMakefileExecutableTargetGenerator.cxx 1.49 1.50 cmMakefileLibraryTargetGenerator.cxx 1.65 1.66

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 15 10:21:05 EDT 2008


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

Modified Files:
	cmMakefileExecutableTargetGenerator.cxx 
	cmMakefileLibraryTargetGenerator.cxx 
Log Message:
STYLE: Remove computed but unused variable.

An old list of object files for cleaning seems to have been left behind.
This removes it.


Index: cmMakefileLibraryTargetGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmMakefileLibraryTargetGenerator.cxx,v
retrieving revision 1.65
retrieving revision 1.66
diff -C 2 -d -r1.65 -r1.66
*** cmMakefileLibraryTargetGenerator.cxx	9 Oct 2008 19:30:07 -0000	1.65
--- cmMakefileLibraryTargetGenerator.cxx	15 Oct 2008 14:21:03 -0000	1.66
***************
*** 718,724 ****
      buildObjs += ")";
      }
-   std::string cleanObjs = "$(";
-   cleanObjs += variableName;
-   cleanObjs += ")";
    cmLocalGenerator::RuleVariables vars;
    vars.TargetPDB = targetOutPathPDB.c_str();
--- 718,721 ----

Index: cmMakefileExecutableTargetGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmMakefileExecutableTargetGenerator.cxx,v
retrieving revision 1.49
retrieving revision 1.50
diff -C 2 -d -r1.49 -r1.50
*** cmMakefileExecutableTargetGenerator.cxx	9 Oct 2008 19:30:07 -0000	1.49
--- cmMakefileExecutableTargetGenerator.cxx	15 Oct 2008 14:21:03 -0000	1.50
***************
*** 381,387 ****
      buildObjs += ")";
      }
-   std::string cleanObjs = "$(";
-   cleanObjs += variableName;
-   cleanObjs += ")";
  
    cmLocalGenerator::RuleVariables vars;
--- 381,384 ----



More information about the Cmake-commits mailing list