From ad1a1db73c33e35fac0dd2be75b6fb588ef9fe40 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 10 Nov 2009 17:07:33 +0000 Subject: Avoid unnecessary re-compilations when environment variables are changed in makefiles. --- tools/mhmake/src/util.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tools/mhmake/src/util.cpp') diff --git a/tools/mhmake/src/util.cpp b/tools/mhmake/src/util.cpp index 86b6ffcd1..95f8b68c9 100644 --- a/tools/mhmake/src/util.cpp +++ b/tools/mhmake/src/util.cpp @@ -616,15 +616,6 @@ void loadedmakefile::LoadMakefile() } curdir::ChangeCurDir(CurDir); - if (m_pParser->CompareEnv()) - { - #ifdef _DEBUG - if (!g_GenProjectTree) - cout << "Rebuilding everything of "<< m_Makefile->GetQuotedFullFileName() <<" because environment and/or command-line variables have been changed.\n"; - #endif - m_pParser->SetRebuildAll(); - } - } #ifdef _DEBUG -- cgit v1.2.3