Browse Source

renamed GenerateMakefile to ConfigureFinalPass

Ken Martin 23 years ago
parent
commit
a4ca3229ff
2 changed files with 4 additions and 3 deletions
  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
-void cmMakefile::GenerateMakefile()
+void cmMakefile::ConfigureFinalPass()
 {
   this->FinalPass();
   const char* versionValue

+ 3 - 2
Source/cmMakefile.h

@@ -98,9 +98,10 @@ public:
     { 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.