summaryrefslogtreecommitdiffstats
path: root/Source/CTest
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-11 22:40:08 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-11 22:40:08 (GMT)
commit243ae7272c04b22f33e84ae75cfd554cd126799f (patch)
tree5c7321bb80e15908fd472e9a93c30bc44b26a480 /Source/CTest
parentc1132084826cdd3dc5a414c0065355b8d78283b7 (diff)
downloadCMake-243ae7272c04b22f33e84ae75cfd554cd126799f.zip
CMake-243ae7272c04b22f33e84ae75cfd554cd126799f.tar.gz
CMake-243ae7272c04b22f33e84ae75cfd554cd126799f.tar.bz2
ENH: Another linker error on sun
Diffstat (limited to 'Source/CTest')
-rw-r--r--Source/CTest/cmCTestBuildHandler.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestBuildHandler.cxx b/Source/CTest/cmCTestBuildHandler.cxx
index 64e4385..c49020b 100644
--- a/Source/CTest/cmCTestBuildHandler.cxx
+++ b/Source/CTest/cmCTestBuildHandler.cxx
@@ -76,6 +76,7 @@ static const char* cmCTestErrorMatches[] = {
"s:616 string too big",
"make: Fatal error: ",
"ld: 0711-993 Error occurred while writing to the output file:",
+ "ld: fatal: ",
"make: \\*\\*\\*.*Error",
0
};