diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-04-05 09:51:27 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-04-05 09:51:27 +0100 |
commit | 5cca78ff4955b2267f69409bf1c4c6cd627a93e6 (patch) | |
tree | 90f2c99909a4b0ad8d7f02229b53c865ef5f9caf /etc | |
parent | 5daef9b642a90d0e4e15af397d8c4002c31abdd3 (diff) | |
download | midipix_build-5cca78ff4955b2267f69409bf1c4c6cd627a93e6.tar.bz2 midipix_build-5cca78ff4955b2267f69409bf1c4c6cd627a93e6.tar.xz |
pkgtool.sh:pkgtoolp_mirror_fetch(), subr/pkgtool_init.subr: implement and honour -v.
etc/{pkgtool.usage,README.md}: updated.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/README.md | 3 | ||||
-rw-r--r-- | etc/pkgtool.usage | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/etc/README.md b/etc/README.md index ece5eae5..c728addd 100644 --- a/etc/README.md +++ b/etc/README.md @@ -379,7 +379,7 @@ for a list of package build steps and how they are overriden. ## 3.5. ``pkgtool.sh`` ``` -usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m <dname> -M <dname>|-r|-s|-t] +usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m <dname> -M <dname>|-r|-s|-t] [-v] [<variable name>=<variable override>[ ..]] name -a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64. @@ -395,6 +395,7 @@ usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m <dname> -M <dname>| forcibly aborted and dumped prior to enterting the shell. -t Produce tarball of package build root directory and build log file for the purpose of distribution given build failure. + -v Increase verbosity. <variable name>=<variable override>[ ..] Override build variable. diff --git a/etc/pkgtool.usage b/etc/pkgtool.usage index dd991b36..a91c6670 100644 --- a/etc/pkgtool.usage +++ b/etc/pkgtool.usage @@ -1,4 +1,4 @@ -usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m <dname> -M <dname>|-r|-s|-t] +usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m <dname> -M <dname>|-r|-s|-t] [-v] [<variable name>=<variable override>[ ..]] name -a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64. @@ -14,6 +14,7 @@ usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m <dname> -M <dname>| forcibly aborted and dumped prior to enterting the shell. -t Produce tarball of package build root directory and build log file for the purpose of distribution given build failure. + -v Increase verbosity. <variable name>=<variable override>[ ..] Override build variable. |