mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
buildman: Update help for -d
This help is a bit ambiguous. It only does anything if asked to show size changes with -S. Update the help and the function comments. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -337,7 +337,7 @@ class Builder:
|
|||||||
|
|
||||||
show_errors: True to show summarised error/warning info
|
show_errors: True to show summarised error/warning info
|
||||||
show_sizes: Show size deltas
|
show_sizes: Show size deltas
|
||||||
show_detail: Show detail for each board
|
show_detail: Show size delta detail for each board if show_sizes
|
||||||
show_bloat: Show detail for each function
|
show_bloat: Show detail for each function
|
||||||
list_error_boards: Show the boards which caused each error/warning
|
list_error_boards: Show the boards which caused each error/warning
|
||||||
show_config: Show config deltas
|
show_config: Show config deltas
|
||||||
@@ -1000,7 +1000,7 @@ class Builder:
|
|||||||
board.target
|
board.target
|
||||||
board_dict: Dict containing boards for which we built this
|
board_dict: Dict containing boards for which we built this
|
||||||
commit, keyed by board.target. The value is an Outcome object.
|
commit, keyed by board.target. The value is an Outcome object.
|
||||||
show_detail: Show detail for each board
|
show_detail: Show size delta detail for each board
|
||||||
show_bloat: Show detail for each function
|
show_bloat: Show detail for each function
|
||||||
"""
|
"""
|
||||||
arch_list = {}
|
arch_list = {}
|
||||||
@@ -1117,7 +1117,7 @@ class Builder:
|
|||||||
environment: Dictionary keyed by environment variable, Each
|
environment: Dictionary keyed by environment variable, Each
|
||||||
value is the value of environment variable.
|
value is the value of environment variable.
|
||||||
show_sizes: Show image size deltas
|
show_sizes: Show image size deltas
|
||||||
show_detail: Show detail for each board
|
show_detail: Show size delta detail for each board if show_sizes
|
||||||
show_bloat: Show detail for each function
|
show_bloat: Show detail for each function
|
||||||
show_config: Show config changes
|
show_config: Show config changes
|
||||||
show_environment: Show environment changes
|
show_environment: Show environment changes
|
||||||
|
@@ -31,7 +31,7 @@ def ParseArgs():
|
|||||||
help='Reconfigure for every commit (disable incremental build)')
|
help='Reconfigure for every commit (disable incremental build)')
|
||||||
parser.add_option('-d', '--detail', dest='show_detail',
|
parser.add_option('-d', '--detail', dest='show_detail',
|
||||||
action='store_true', default=False,
|
action='store_true', default=False,
|
||||||
help='Show detailed information for each board in summary')
|
help='Show detailed size delta for each board in the -S summary')
|
||||||
parser.add_option('-D', '--config-only', action='store_true', default=False,
|
parser.add_option('-D', '--config-only', action='store_true', default=False,
|
||||||
help="Don't build, just configure each commit")
|
help="Don't build, just configure each commit")
|
||||||
parser.add_option('-e', '--show_errors', action='store_true',
|
parser.add_option('-e', '--show_errors', action='store_true',
|
||||||
|
Reference in New Issue
Block a user