Blame etc/pkgtool.usage

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