mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
xbps-src: document -Q non-recursiveness
Document in usage that running check with -Q is not recursive, and running check with -K is recursive. This behaviour was implemented in #54633.
This commit is contained in:
parent
178c47ad95
commit
dab8a31a79
1 changed files with 2 additions and 1 deletions
3
xbps-src
3
xbps-src
|
@ -231,9 +231,10 @@ $(print_cross_targets)
|
|||
Variable is split and each word is printed in separate line by default.
|
||||
In order to print the whole value in one line, append asterisk to variable name.
|
||||
|
||||
-Q Enable running the check stage.
|
||||
-Q Enable running the check stage, for the target package only.
|
||||
|
||||
-K Enable running the check stage with longer tests.
|
||||
Unlike -Q, this will also run the check stage on built dependencies.
|
||||
|
||||
-q Suppress informational output of xbps-src (build output is still printed).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue