From 5cca78ff4955b2267f69409bf1c4c6cd627a93e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Mon, 5 Apr 2021 09:51:27 +0100 Subject: pkgtool.sh:pkgtoolp_mirror_fetch(), subr/pkgtool_init.subr: implement and honour -v. etc/{pkgtool.usage,README.md}: updated. --- etc/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/README.md') 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 -M |-r|-s|-t] +usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m -M |-r|-s|-t] [-v] [=[ ..]] 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 -M | 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. =[ ..] Override build variable. -- cgit v1.2.3