diff options
author | marha <marha@users.sourceforge.net> | 2009-11-10 17:07:33 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-10 17:07:33 +0000 |
commit | ad1a1db73c33e35fac0dd2be75b6fb588ef9fe40 (patch) | |
tree | 1366900b29b35212b403de9057e2345a19902601 /tools/mhmake/src/util.cpp | |
parent | 28bca12756e96e4094693edb35fbc1c255629221 (diff) | |
download | vcxsrv-ad1a1db73c33e35fac0dd2be75b6fb588ef9fe40.tar.gz vcxsrv-ad1a1db73c33e35fac0dd2be75b6fb588ef9fe40.tar.bz2 vcxsrv-ad1a1db73c33e35fac0dd2be75b6fb588ef9fe40.zip |
Avoid unnecessary re-compilations when environment variables are changed in makefiles.
Diffstat (limited to 'tools/mhmake/src/util.cpp')
-rw-r--r-- | tools/mhmake/src/util.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
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
|