From 3a7f9acd625d69d48cc8a8a8b04dcd7ba9b78037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=ADa=20Andrea=20Illanes=20Albornoz?= Date: Mon, 20 Mar 2023 09:47:46 +0100 Subject: Implements --theme in {build,pkgtool}.sh. --- etc/README.md | 9 +++++---- etc/build.usage | 6 +++--- etc/build.usage.short | 6 +++--- etc/pkgtool.usage | 3 ++- 4 files changed, 13 insertions(+), 11 deletions(-) (limited to 'etc') diff --git a/etc/README.md b/etc/README.md index 9417cb79..5fa748db 100644 --- a/etc/README.md +++ b/etc/README.md @@ -809,10 +809,10 @@ VERSION`` and/or ``URLS_GIT``, respectively. usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..]] [-F ipv4|ipv6|offline] [-h|--help] [-p jobs|-P] [-r ALL|LAST] [-r [*[*[*]]]name[,..][:ALL|LAST|[^|<|<=|>|>=]step,..]] [-R] - [-v] [-V [+]tag|pat[,..]] + [-v] [-V [+]tag|pat[,..]] - [--as-needed] [--debug-minipix] [--reset-state] - [--roar] [[=]|=[ ..]] + [--as-needed] [--debug-minipix] [--reset-state] [--roar] + [--theme theme] [[=]|=[ ..]] -a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64. -b debug|release Selects debug or release build kind; defaults to debug. @@ -910,7 +910,8 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[ ## 4.6. ``pkgtool.sh`` ``` -usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m -M |-r|-R|-t] [-v] +usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m -M |-r|-R|-t] + [--theme theme] [-v] [=[ ..]] name -a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64. diff --git a/etc/build.usage b/etc/build.usage index 0e2f14ff..ccba4be9 100644 --- a/etc/build.usage +++ b/etc/build.usage @@ -1,10 +1,10 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..]] [-F ipv4|ipv6|offline] [-h|--help] [-p jobs|-P] [-r ALL|LAST] [-r [*[*[*]]]name[,..][:ALL|LAST|[^|<|<=|>|>=]step,..]] [-R] - [-v] [-V [+]tag|pat[,..]] + [-v] [-V [+]tag|pat[,..]] - [--as-needed] [--debug-minipix] [--reset-state] - [--roar] [[=]<group>|<variable name>=<variable override>[ ..]] + [--as-needed] [--debug-minipix] [--reset-state] [--roar] + [--theme theme] [[=]<group>|<variable name>=<variable override>[ ..]] -a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64. -b debug|release Selects debug or release build kind; defaults to debug. diff --git a/etc/build.usage.short b/etc/build.usage.short index 43b2ad1c..db8ee464 100644 --- a/etc/build.usage.short +++ b/etc/build.usage.short @@ -1,10 +1,10 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..]] [-F ipv4|ipv6|offline] [-h|--help] [-p jobs|-P] [-r ALL|LAST] [-r [*[*[*]]]name[,..][:ALL|LAST|[^|<|<=|>|>=]step,..]] [-R] - [-v] [-V [+]tag|pat[,..]] + [-v] [-V [+]tag|pat[,..]] - [--as-needed] [--debug-minipix] [--reset-state] - [--roar] [[=]<group>|<variable name>=<variable override>[ ..]] + [--as-needed] [--debug-minipix] [--reset-state] [--roar] + [--theme theme] [[=]<group>|<variable name>=<variable override>[ ..]] -a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64. -b debug|release Selects debug or release build kind; defaults to debug. diff --git a/etc/pkgtool.usage b/etc/pkgtool.usage index 446ac3a3..4b24d09e 100644 --- a/etc/pkgtool.usage +++ b/etc/pkgtool.usage @@ -1,4 +1,5 @@ -usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m <dname> -M <dname>|-r|-R|-t] [-v] +usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m <dname> -M <dname>|-r|-R|-t] + [--theme theme] [-v] [<variable name>=<variable override>[ ..]] name -a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64. -- cgit v1.2.3