Added understanding of the "ar" failure.
authorSimon Howkins <simonh@symbian.org>
Fri, 09 Oct 2009 14:28:02 +0100
changeset 650 b4c5f01c1ab7
parent 649 4468add5d834
child 651 bb57a09ece7a
Added understanding of the "ar" failure.
common/tools/brag/yarpToBRAG.pl
--- a/common/tools/brag/yarpToBRAG.pl	Wed Oct 07 15:36:15 2009 +0100
+++ b/common/tools/brag/yarpToBRAG.pl	Fri Oct 09 14:28:02 2009 +0100
@@ -98,6 +98,7 @@
 			compile2object => {message => "Failed to compile $failure->{source}", severity => "minor"},
 			win32compile2object => {message => "Failed to compile $failure->{source}", severity => "minor"},
 			tools2lib => {message => "Failed to build library $failure->{target}", severity => "minor"},
+			ar => {message => "Failed to build library $failure->{target}", severity => "minor"},
 			win32archive => {message => "Failed to build library $failure->{target}", severity => "minor"},
 			"link" => {message => "Failed to create symbols for $failure->{target}", severity => "minor"},
 			postlink => {message => "Failed to link $failure->{target}", severity => "minor"},