Changeset 28191 for trunk/psconfig/pscheckperl
- Timestamp:
- Jun 2, 2010, 1:27:13 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/pscheckperl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/pscheckperl
r27417 r28191 147 147 vsystem ("make install"); 148 148 } 149 chdir $homedir; 149 150 150 chdir $homedir; 151 # we claim to have built the module; double-check that it can be found 152 system ("pscheckmods $module $modver"); 153 if ($?) { 154 die "failed to find the module we just built: $module\n"; 155 } 156 print "built $module\n\n"; 151 157 } 152 158 if (!$build) {
Note:
See TracChangeset
for help on using the changeset viewer.
