Changeset 40513
- Timestamp:
- Jul 11, 2018, 3:27:52 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/psbuild (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/psbuild
r40511 r40513 141 141 @list = <$tagsets/*.dist>; 142 142 $distribution = $list[-1]; 143 $distname = ""; 143 144 } else { 144 145 $distribution = "$tagsets/$ARGV[0].dist"; 146 $distname = $ARGV[0]; 145 147 } 146 148 … … 219 221 # use psconfig.csh to set needed build aliases 220 222 if ($extlibs eq "check") { 221 $status = vsystem ("pschecklibs ");223 $status = vsystem ("pschecklibs $distname"); 222 224 if ($status) { die "failed to find external libraries\n"; } 223 225 } 224 226 if ($extlibs eq "build") { 225 $status = vsystem ("pschecklibs -build ");227 $status = vsystem ("pschecklibs -build $distname"); 226 228 if ($status) { die "failed to build external libraries\n"; } 227 229 } 228 230 229 231 if ($extperl eq "check") { 230 $status = vsystem ("pschecklperl ");232 $status = vsystem ("pschecklperl $distname"); 231 233 if ($status) { die "failed to find external perl modules\n"; } 232 234 } 233 235 if ($extperl eq "build") { 234 $status = vsystem ("pscheckperl -build ");236 $status = vsystem ("pscheckperl -build $distname"); 235 237 if ($status) { die "failed to build external perl modules\n"; } 236 238 }
Note:
See TracChangeset
for help on using the changeset viewer.
