Changeset 28735
- Timestamp:
- Jul 28, 2010, 1:23:15 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_advancerun.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_advancerun.pl
r28536 r28735 122 122 $tool_cmd .= " $stage_id"; 123 123 124 my $exportarg = '-exportrun'; 125 if ($stage eq 'chip_bg') { 126 $exportarg = '-exportchip'; 127 } elsif ($stage eq 'warp_bg') { 128 $exportarg = '-exportwarp'; 129 } 130 124 131 # XXX should we create a file rule for this? 125 132 my $dbinfo_file = "$outdir/dbinfo.$stage.$stage_id.mdc"; 126 133 127 134 { 128 my $command = "$tool_cmd -exportrun-outfile $dbinfo_file";135 my $command = "$tool_cmd $exportarg -outfile $dbinfo_file"; 129 136 $command .= " -clean" if ((defined $clean) and ($stage ne "raw")); 130 137 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
