mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 02:17:36 -04: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:
@@ -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) || \
|
||||
|
||||
Reference in New Issue
Block a user