renamed GenerateMakefile to ConfigureFinalPass

This commit is contained in:
Ken Martin 2002-09-15 08:52:24 -04:00
parent b67f7451fd
commit a4ca3229ff
2 changed files with 4 additions and 3 deletions

View File

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

View File

@ -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.