diff -r 9b3d3d909bde -r 348670fc497a 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) {