In raptor-analysis create summary.csv file anyway, otherwise some targets following may crash the build
authorDario Sestito <darios@symbian.org>
Fri, 30 Oct 2009 11:42:29 +0000
changeset 720 44dd64cfb32b
parent 719 d5603c08781b
child 721 555e9b4085ea
In raptor-analysis create summary.csv file anyway, otherwise some targets following may crash the build
common/tools/raptor/parse.pl
--- a/common/tools/raptor/parse.pl	Fri Oct 30 09:36:23 2009 +0000
+++ b/common/tools/raptor/parse.pl	Fri Oct 30 11:42:29 2009 +0000
@@ -91,6 +91,10 @@
 mkdir($basedir);
 #print "Created dir $basedir.\n";
 
+# create empty summary file anyway
+open(SUMMARY, ">$basedir/summary.csv");
+close(SUMMARY);
+
 my $saxhandler = RaptorSAXHandler->new();
 if ($releaseable_module)
 {