Changeset 28736
- Timestamp:
- Jul 28, 2010, 1:24:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20100701/ippScripts/scripts/dist_advancerun.pl
- Property svn:mergeinfo set to
r28536 r28736 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.
