Changeset 27018 for trunk/ippScripts/scripts/dist_bundle.pl
- Timestamp:
- Feb 19, 2010, 2:31:49 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_bundle.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_bundle.pl
r26151 r27018 168 168 next if $file_rule =~ /CONV/; 169 169 } 170 if ($stage eq "SSdiff") { 171 next if $file_rule =~ /CONV/; 172 } 170 173 171 174 my $file_name = $file->{name}; … … 342 345 } elsif ($stage eq "diff") { 343 346 $type = $diff_cleaned{$rule}; 347 } elsif ($stage eq "SSdiff") { 348 $type = $diff_cleaned{$rule}; 344 349 } elsif ($stage eq "stack") { 345 350 $type = $stack_cleaned{$rule}; … … 405 410 } elsif ($stage eq "diff") { 406 411 $config_file_rule = "PPSUB.CONFIG"; 412 } elsif ($stage eq "SSdiff") { 413 $config_file_rule = "PPSUB.CONFIG"; 407 414 } elsif ($stage eq "stack") { 408 415 $config_file_rule = "PPSTACK.CONFIG";
Note:
See TracChangeset
for help on using the changeset viewer.
