Added output of the package definition incorporated for each package.
authorSimon Howkins <simonh@symbian.org>
Tue, 11 Aug 2009 11:49:23 +0100
changeset 344 348670fc497a
parent 343 9b3d3d909bde
child 345 26128bd2e266
Added output of the package definition incorporated for each package.
common/tools/csvToSysDef.pl
--- a/common/tools/csvToSysDef.pl	Tue Aug 11 10:45:53 2009 +0100
+++ b/common/tools/csvToSysDef.pl	Tue Aug 11 11:49:23 2009 +0100
@@ -64,6 +64,7 @@
 	}
 	die "Unable to locate any package_definition at all for $package->{dst}" unless -f $pkgDef;
 
+	warn "Including $pkgDef for $package->{dst}\n";
 	my $pkgTree = eval { $parser->parsefile($pkgDef) } or die "Failed to parse $pkgDef : $@";
 	if (!$outTree)
 	{