changeset 344 | 348670fc497a |
parent 341 | 2ba361491037 |
child 961 | 94716c328941 |
--- 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) {