Blame etc/pkgtool.usage

Lucio Andrés Illanes Albornoz 22d139
usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m <dname> -M <dname>|-r|-s|-t]
Lucio Andrés Illanes Albornoz 368962
                    [<variable name>=<variable override>[ ..]] name
Lucio Andrés Illanes Albornoz 60fba6
Lucio Andrés Illanes Albornoz 368962
        -a nt32|nt64          Selects 32-bit or 64-bit architecture; defaults to nt64.
Lucio Andrés Illanes Albornoz 368962
        -b debug|release      Selects debug or release build kind; defaults to debug.
Lucio Andrés Illanes Albornoz 368962
        -i                    List package variables and dependencies of single named package.
Lucio Andrés Illanes Albornoz 22d139
        -m <dname>            Setup package archives mirror in <dname> and/or
Lucio Andrés Illanes Albornoz 22d139
        -M <dname>            Setup Git repositories mirror in <dname>
Lucio Andrés Illanes Albornoz 368962
        -r                    List reverse dependencies of single named package.
Lucio Andrés Illanes Albornoz 368962
        -s                    Enter interactive package build shell environment for single
Lucio Andrés Illanes Albornoz 368962
                              named package; requires a package dump file. If the package
Lucio Andrés Illanes Albornoz 368962
                              has not been built yet or built successfully, it will be rebuilt
Lucio Andrés Illanes Albornoz 368962
                              at build steps up until, by default, the `build' build step and
Lucio Andrés Illanes Albornoz 368962
                              forcibly aborted and dumped prior to enterting the shell.
Lucio Andrés Illanes Albornoz 368962
        -t                    Produce tarball of package build root directory and build log
Lucio Andrés Illanes Albornoz 368962
                              file for the purpose of distribution given build failure.
Lucio Andrés Illanes Albornoz 60fba6
Lucio Andrés Illanes Albornoz 60fba6
        <variable name>=<variable override>[ ..]
Lucio Andrés Illanes Albornoz 368962
                              Override build variable.