don't check modules which were not requested
Change-Id: I4928b37239af21dfc6edc84f1e989a2717614629 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>bb10
parent
943c04d879
commit
4b819803f6
|
|
@ -1146,7 +1146,7 @@ unless($showonly || !$create_uic_class_map) {
|
|||
}
|
||||
|
||||
if($check_includes) {
|
||||
for my $lib (keys(%modules)) {
|
||||
foreach my $lib (@modules_to_sync) {
|
||||
#calc subdirs
|
||||
my @subdirs = listSubdirs(map { s/^\^//; $_ } split(/;/, $modules{$lib}));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue