mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
dry run for all common
This commit is contained in:
4
build
4
build
@@ -153,9 +153,7 @@ passing this option multiple times. Default: [{}]
|
||||
'''.format(common.default_arch))
|
||||
for component in component_names:
|
||||
add_bool_arg(parser, component)
|
||||
parser.add_argument('--dry-run', default=False, action='store_true', help='''\
|
||||
Print the commands that would be run, but don't run them.
|
||||
''')
|
||||
common.add_dry_run_argument(parser)
|
||||
args = parser.parse_args()
|
||||
|
||||
# Decide archs.
|
||||
|
||||
Reference in New Issue
Block a user