IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17403


Ignore:
Timestamp:
Apr 8, 2008, 11:01:30 AM (18 years ago)
Author:
eugene
Message:

add additional help entries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psbuild

    r16293 r17403  
    326326    vsystem ("cp psconfig.csh $psconfdir/psconfig.csh");
    327327    vsystem ("cp psconfig.bash $psconfdir/psconfig.bash");
     328
    328329    print STDOUT "\n";
    329330   
     
    394395    print STDERR "USAGE: psbuild [options] (distribution)\n";
    395396    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";
    396402    print STDERR "     : -clean             : clean the source directories before building\n";
    397403    print STDERR "     : -rebuild           : run 'configure (and autogen for developer)' (C code)\n";
     
    400406    print STDERR "     : -start (module)    : begin build at specified module\n";
    401407    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";
    403410    print STDERR "     : psbuild -list      : list the available distributions\n";
    404411    print STDERR "     : psbuild -h         : this help listing\n";
Note: See TracChangeset for help on using the changeset viewer.