summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-06-22 13:59:20 (GMT)
committerBrad King <brad.king@kitware.com>2010-06-22 13:59:20 (GMT)
commit71cefc35c0c1901a60a14ea8afde8935cdb87cd9 (patch)
tree3c7812334a90ec0a7cc08ef71b5451ffbf7114a5
parentd4206dc62b49ac45c3c2479340e71020a35c6cc1 (diff)
parent0a7c551bf61310859e47ebcce95e176a96db76bb (diff)
downloadCMake-71cefc35c0c1901a60a14ea8afde8935cdb87cd9.zip
CMake-71cefc35c0c1901a60a14ea8afde8935cdb87cd9.tar.gz
CMake-71cefc35c0c1901a60a14ea8afde8935cdb87cd9.tar.bz2
Merge branch 'script-mode-keep-makeflags'
-rw-r--r--Source/cmake.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 3ec9921..cb20069 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -162,16 +162,6 @@ cmake::cmake()
}
#endif
- // If MAKEFLAGS are given in the environment, remove the environment
- // variable. This will prevent try-compile from succeeding when it
- // should fail (if "-i" is an option). We cannot simply test
- // whether "-i" is given and remove it because some make programs
- // encode the MAKEFLAGS variable in a strange way.
- if(getenv("MAKEFLAGS"))
- {
- cmSystemTools::PutEnv("MAKEFLAGS=");
- }
-
this->Verbose = false;
this->InTryCompile = false;
this->CacheManager = new cmCacheManager(this);
@@ -2231,6 +2221,16 @@ int cmake::Run(const std::vector<std::string>& args, bool noconfigure)
}
}
+ // If MAKEFLAGS are given in the environment, remove the environment
+ // variable. This will prevent try-compile from succeeding when it
+ // should fail (if "-i" is an option). We cannot simply test
+ // whether "-i" is given and remove it because some make programs
+ // encode the MAKEFLAGS variable in a strange way.
+ if(getenv("MAKEFLAGS"))
+ {
+ cmSystemTools::PutEnv("MAKEFLAGS=");
+ }
+
this->PreLoadCMakeFiles();
std::string systemFile = this->GetHomeOutputDirectory();
tion value='bug_3611974'>bug_3611974 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Updated tclZIC.tcl to be bignum-safeKevin B Kenny2005-11-281-6/+5
* Corrected bug in DST transition times for locales that specify transition in ...Kevin B Kenny2005-11-281-3/+6
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-3/+12
* Bug 1263012Kevin B Kenny2005-11-041-0/+56
* ANSIfydkf2005-11-041-118/+96
* * generic/tclExecute.c: Removed obsolete use of NO_ERRNO_H.dgp2005-10-131-3/+1
* fixed test cases for new US DST rules.Kevin B Kenny2005-10-031-4/+2
* Rebuild tzdata from Olson's tzdata2005n.tar.gzKevin B Kenny2005-10-031-2/+2
* * generic/tcl.h: Explicitly standardized on the use of stdarg.hdgp2005-09-131-6/+6
* * tools/tcltk-man2html.tcl: fixed useversion glob pattern to acceptdas2005-06-231-1/+1
* Bump patchlevel to a4dkf2005-06-071-1/+1
* * unix/Makefile.in (html): add BUILD_HTML_FLAGS optional varhobbs2005-06-021-16/+25
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-103-2/+56
* Revamp the zone-info compiler to make better use of the facilities availabledkf2005-04-111-301/+231
* Improvements to man2html script to handle .IP betterdkf2005-04-061-9/+6
* Bump to a3 to prevent confusion with a2 release.dkf2004-12-101-1/+1
* Fix various problems with man2html converter reported by AKudkf2004-11-243-124/+130
* * doc/CrtChannel.3:das2004-11-121-0/+3
* updates to Havana and Cuiaba time zonesKevin B Kenny2004-11-021-5/+5
* * generic/tclTimer.c: Removed a premature optimisation thatKevin B Kenny2004-09-071-3/+3
* TIP #173 and #209 implementation - see ChangeLog for detailsKevin B Kenny2004-08-184-0/+3269
* Oops, forgot a bitdkf2004-07-071-2/+3
* Generate RTF (for HLP files) correctly from manpages using advanced *roffdkf2004-07-071-36/+40
* More elegant fix for tab size handlingdkf2004-07-061-20/+19
* Encourage emacs to fontify the file correctly...dkf2004-07-061-2/+2
* Adapt HTML generator to be able to cope with advanced constructs in Tk's bind.ndkf2004-07-061-17/+35
* More adaptations to understand .SS macros.dkf2004-05-184-16/+32
* Added support .SS macros.dkf2004-05-181-4/+11
* * README: Bumped version number to 8.5a2 todgp2004-03-261-1/+1
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-172-44/+6
* update patchlevel to 8.5a1hobbs2004-03-022-1/+1
* #ifdef'd out errno declarations; incompatible with recent glibc. [Bug 852369]dkf2003-12-091-1/+8
* * tools/tcltk-man2html.tcl: fixed incorrect html generated fordas2003-10-211-7/+12
* TIP #156: Language-Neutral Root Locale for MsgcatKevin B Kenny2003-10-211-2/+2
* Minor improvement to stubs generation to allow for harmless transfer ofdkf2003-08-251-3/+4
* * unix/tclUnixFCmd.c: fix for compilation errors on platforms wheredas2003-07-181-17/+46
* Fix for [Bug 748700]Joe Mistachkin2003-06-042-3/+9
* Implementation of TIP 118:das2003-05-141-24/+29
* fix for [Bug 733221]Joe Mistachkin2003-05-101-4/+11
* * library/auto.tcl: Replaced [regexp] and [regsub] withdgp2003-03-192-4/+4
* * tools/tcltk-man2html.tcl: added support for building 'make html'das2003-03-181-19/+9
* Require autoconf 2.57 or newer, see TIP 34mdejong2003-03-13