mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] ptxdist: Add --silent and -s as aliases for --quiet
@ 2022-09-30 14:36 Uwe Kleine-König
  2022-10-19  5:41 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2022-09-30 14:36 UTC (permalink / raw)
  To: ptxdist

Many options that ptxdist parses are the same for make(1) (e.g. -j, -k,
-d).  However the option to make make silent is -s, add that to reduce
the time I spend on thinking which option is for which command.

While at it also add --silent in accordance to make (which also knows
about --quiet by the way).

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 bin/ptxdist | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/ptxdist b/bin/ptxdist
index af0e5253e89f..740d77321688 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -812,6 +812,7 @@ Options:
 
   --debug, -d			print out additional info (like make decisions)
   --quiet, -q			suppress output, show only stderr
+  --silent, -s			alias for --quiet
   --verbose, -v			be more verbose, print command before execute them
   --output-sync			Improve output readability for parallel building.
 				Disabled by default except for quiet builds.
@@ -1148,7 +1149,7 @@ parse_first()
 		--progress)
 			PTXDIST_PROGRESS=1
 			;;
-		-q|--quiet)
+		-q|--quiet|-s|--silent)
 			PTXDIST_QUIET=1
 			;;
 		--git)

base-commit: bdb6f5f98505a13dbeffda3dfdea4a4f3bf586c6
-- 
2.37.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] ptxdist: Add --silent and -s as aliases for --quiet
  2022-09-30 14:36 [ptxdist] [PATCH] ptxdist: Add --silent and -s as aliases for --quiet Uwe Kleine-König
@ 2022-10-19  5:41 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-10-19  5:41 UTC (permalink / raw)
  To: ptxdist; +Cc: Uwe Kleine-König

Thanks, applied as 120c9ba1be73e425b9de3012ac5e9eec1fd0ea07.

Michael

[sent from post-receive hook]

On Wed, 19 Oct 2022 07:41:05 +0200, Uwe Kleine-König <u.kleine-koenig@pengutronix.de> wrote:
> Many options that ptxdist parses are the same for make(1) (e.g. -j, -k,
> -d).  However the option to make make silent is -s, add that to reduce
> the time I spend on thinking which option is for which command.
> 
> While at it also add --silent in accordance to make (which also knows
> about --quiet by the way).
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> Message-Id: <20220930143637.3372940-1-u.kleine-koenig@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/bin/ptxdist b/bin/ptxdist
> index 5c6df104e5f6..dfb619cbd8d0 100755
> --- a/bin/ptxdist
> +++ b/bin/ptxdist
> @@ -812,6 +812,7 @@ Options:
>  
>    --debug, -d			print out additional info (like make decisions)
>    --quiet, -q			suppress output, show only stderr
> +  --silent, -s			alias for --quiet
>    --verbose, -v			be more verbose, print command before execute them
>    --output-sync			Improve output readability for parallel building.
>  				Disabled by default except for quiet builds.
> @@ -1148,7 +1149,7 @@ parse_first()
>  		--progress)
>  			PTXDIST_PROGRESS=1
>  			;;
> -		-q|--quiet)
> +		-q|--quiet|-s|--silent)
>  			PTXDIST_QUIET=1
>  			;;
>  		--git)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-19  5:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-30 14:36 [ptxdist] [PATCH] ptxdist: Add --silent and -s as aliases for --quiet Uwe Kleine-König
2022-10-19  5:41 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox