summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-11-26 14:37:52 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-11-26 14:37:52 (GMT)
commit9498344c9d5bec0d1d644e9e512411973721fec4 (patch)
treec33ab1b1ad97e413316c392d8858c2b3b93702ca
parent3ad5f9a075e2aa9438aeb2522a6fecd2cff74f8b (diff)
parentabd2b3608960d781b30415e4b1c0ea8ad51ca9e7 (diff)
downloadCMake-9498344c9d5bec0d1d644e9e512411973721fec4.zip
CMake-9498344c9d5bec0d1d644e9e512411973721fec4.tar.gz
CMake-9498344c9d5bec0d1d644e9e512411973721fec4.tar.bz2
Merge topic 'watcom-no-prompt'
abd2b36 Watcom: Suppress WMake interactive prompt on error
-rw-r--r--Source/cmGlobalWatcomWMakeGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalWatcomWMakeGenerator.cxx b/Source/cmGlobalWatcomWMakeGenerator.cxx
index 6ae8775..98ce685 100644
--- a/Source/cmGlobalWatcomWMakeGenerator.cxx
+++ b/Source/cmGlobalWatcomWMakeGenerator.cxx
@@ -47,7 +47,7 @@ cmLocalGenerator *cmGlobalWatcomWMakeGenerator::CreateLocalGenerator()
lg->SetDefineWindowsNULL(true);
lg->SetWindowsShell(true);
lg->SetWatcomWMake(true);
- lg->SetMakeSilentFlag("-s -h");
+ lg->SetMakeSilentFlag("-s -h -e");
lg->SetGlobalGenerator(this);
lg->SetIgnoreLibPrefix(true);
lg->SetPassMakeflags(false);