mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
klp-build: Print "objtool klp diff" command in verbose mode
Print the full objtool command line when '--verbose' is given to help with debugging. Acked-by: Song Liu <song@kernel.org> Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
This commit is contained in:
parent
df0d7bb04a
commit
e950d2a10a
|
|
@ -681,6 +681,7 @@ diff_objects() {
|
|||
|
||||
(
|
||||
cd "$ORIG_DIR"
|
||||
[[ -v VERBOSE ]] && echo "cd $ORIG_DIR && ${cmd[*]}"
|
||||
"${cmd[@]}" \
|
||||
1> >(tee -a "$log") \
|
||||
2> >(tee -a "$log" | "${filter[@]}" >&2) || \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user