From a4ca3229ff87bffb5e5fa0531f4499b53b005c70 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Sun, 15 Sep 2002 08:52:24 -0400 Subject: renamed GenerateMakefile to ConfigureFinalPass --- Source/cmMakefile.cxx | 2 +- Source/cmMakefile.h | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index e41551a..fb4e06a 100644 --- a/Source/cmMakefile.cxx +++ b/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 diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 76ed2a1..ae5704c 100644 --- a/Source/cmMakefile.h +++ b/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. -- cgit v0.12