Changeset 17403
- Timestamp:
- Apr 8, 2008, 11:01:30 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/psbuild (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/psbuild
r16293 r17403 326 326 vsystem ("cp psconfig.csh $psconfdir/psconfig.csh"); 327 327 vsystem ("cp psconfig.bash $psconfdir/psconfig.bash"); 328 328 329 print STDOUT "\n"; 329 330 … … 394 395 print STDERR "USAGE: psbuild [options] (distribution)\n"; 395 396 print STDERR " : -version (version) : specify alternate psconfig installation version\n"; 397 print STDERR " : -verbose : give additional information\n"; 398 print STDERR " : -extlibs (tarball) : specify the location of the extlibs tarball\n"; 399 print STDERR " : -extperl (tarball) : specify the location of the extlibs tarball\n"; 400 print STDERR " : -extcheck : check (but do not build) the external dependencies\n"; 401 print STDERR " : -extbuild : check and build (if needed) the external dependencies\n"; 396 402 print STDERR " : -clean : clean the source directories before building\n"; 397 403 print STDERR " : -rebuild : run 'configure (and autogen for developer)' (C code)\n"; … … 400 406 print STDERR " : -start (module) : begin build at specified module\n"; 401 407 print STDERR " : -stop (module) : stop build after specified module\n\n"; 402 print STDERR " : -developer : build modules not distributed in tarball\n\n"; 408 print STDERR " : -dev : build modules not distributed in tarball\n\n"; 409 print STDERR " : psbuild -bootstrap : generate the psconfig scripts\n"; 403 410 print STDERR " : psbuild -list : list the available distributions\n"; 404 411 print STDERR " : psbuild -h : this help listing\n";
Note:
See TracChangeset
for help on using the changeset viewer.
