[cmake-commits] alex committed cmGlobalUnixMakefileGenerator3.h 1.42 1.43

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jun 5 16:37:29 EDT 2007


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

Modified Files:
	cmGlobalUnixMakefileGenerator3.h 
Log Message:

STYLE: fix comment

Alex


Index: cmGlobalUnixMakefileGenerator3.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalUnixMakefileGenerator3.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- cmGlobalUnixMakefileGenerator3.h	5 Jun 2007 20:35:24 -0000	1.42
+++ cmGlobalUnixMakefileGenerator3.h	5 Jun 2007 20:37:27 -0000	1.43
@@ -132,14 +132,13 @@
   unsigned long GetNumberOfProgressActionsInAll
   (cmLocalUnixMakefileGenerator3 *lg);
 
-  /** Get whether the generator should use a script for link commands.  */
-  bool GetForceVerboseMakefiles() { return this->ForceVerboseMakefiles; }
   /**
-   * If set to true, the CMake variable CMAKE_VERBOSE_MAKEFILES doesn't have
+   * If true, the CMake variable CMAKE_VERBOSE_MAKEFILES doesn't have effect
    * anymore. Set it to true when writing a generator where short output
    * doesn't make sense, e.g. because the full output is parsed by an
    * IDE/editor.
    */
+  bool GetForceVerboseMakefiles() { return this->ForceVerboseMakefiles; }
   void SetForceVerboseMakefiles(bool enable) 
     {this->ForceVerboseMakefiles=enable;}
 



More information about the Cmake-commits mailing list