Przeglądaj źródła

renamed GenerateMakefile to ConfigureFinalPass

Ken Martin 23 lat temu
rodzic
commit
a4ca3229ff
2 zmienionych plików z 4 dodań i 3 usunięć
  1. 1 1
      Source/cmMakefile.cxx
  2. 3 2
      Source/cmMakefile.h

+ 1 - 1
Source/cmMakefile.cxx

@@ -373,7 +373,7 @@ void cmMakefile::FinalPass()
 }
 }
 
 
   // Generate the output file
   // Generate the output file
-void cmMakefile::GenerateMakefile()
+void cmMakefile::ConfigureFinalPass()
 {
 {
   this->FinalPass();
   this->FinalPass();
   const char* versionValue
   const char* versionValue

+ 3 - 2
Source/cmMakefile.h

@@ -98,9 +98,10 @@ public:
     { return m_LocalGenerator;}
     { return m_LocalGenerator;}
 
 
   /**
   /**
-   * Produce the output makefile.
+   * Perform FinalPass, Library dependency analysis etc before output of the
+   * makefile.  
    */
    */
-  void GenerateMakefile();
+  void ConfigureFinalPass();
   
   
   /**
   /**
    * run the final pass on all commands.
    * run the final pass on all commands.