IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11738


Ignore:
Timestamp:
Feb 9, 2007, 1:25:03 PM (19 years ago)
Author:
eugene
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psconfig.sh

    r11737 r11738  
    4949
    5050# list the defined psconfig versions
    51 set show_path = 0
    52 if ("$argv[1]" == "--path") then
    53   set show_path = 1
     51set show_configure = 0
     52if ("$argv[1]" == "--psconfigure") then
     53  set show_configure = 1
    5454  shift
    5555endif
    5656
    5757# list the defined psconfig versions
    58 set show_ldpath = 0
    59 if ("$argv[1]" == "--ldpath") then
    60   set show_ldpath = 1
     58set show_autogen = 0
     59if ("$argv[1]" == "--psautogen") then
     60  set show_autogen = 1
    6161  shift
    6262endif
    6363
    6464# list the defined psconfig versions
    65 set show_pkgpath = 0
    66 if ("$argv[1]" == "--pkgpath") then
    67   set show_pkgpath = 1
    68   shift
    69 endif
    70 
    71 # list the defined psconfig versions
    72 set show_perlpath = 0
    73 if ("$argv[1]" == "--perlpath") then
    74   set show_perlpath = 1
     65set show_psperlbuild = 0
     66if ("$argv[1]" == "--psperlbuild") then
     67  set show_psperlbuild = 1
    7568  shift
    7669endif
Note: See TracChangeset for help on using the changeset viewer.