Changeset 24557 for branches/eam_branches/20090522/psconfig/pscheckperl
- Timestamp:
- Jun 25, 2009, 2:00:56 PM (17 years ago)
- Location:
- branches/eam_branches/20090522
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090522
- Property svn:mergeinfo changed
-
branches/eam_branches/20090522/psconfig
- Property svn:mergeinfo changed
/branches/pap_mops/psconfig (added) merged: 24445
- Property svn:mergeinfo changed
-
branches/eam_branches/20090522/psconfig/pscheckperl
r21932 r24557 78 78 if ($modver eq "") { $modver = 0; } 79 79 system ("pscheckmods $module $modver"); 80 if ( $? == 0) {80 if (($? == 0) and not defined $force{$module} and not defined $force{'all'}) { 81 81 # print "$module: found\n"; 82 82 next; 83 83 } 84 84 85 print "$module: missing\n"; 85 if (defined $force{$module}) { 86 print "$module: force\n"; 87 } else { 88 print "$module: missing\n"; 89 } 86 90 unless ($build or defined $force{$module} or defined $force{'all'}) { 87 91 $Nmissing ++;
Note:
See TracChangeset
for help on using the changeset viewer.
