scan.mk: do not silence output of dump phase
authorPetr Štetiar <ynezz@true.cz>
Thu, 15 Jun 2023 14:11:26 +0000 (16:11 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Mon, 13 Nov 2023 13:03:20 +0000 (14:03 +0100)
commit9bac24e767611375a261a0ae9b0ec055eeec86dd
tree0258a05f8474abad557baaf2a42a4d787020c5e9
parent86124a1b3a2f0b955adfbebb3f2bd2c288837aac
scan.mk: do not silence output of dump phase

Make it easier to spot currently hidden issues:

 $ make defconfig V=sc
 ...
 Collecting target info: target/linux/airohabash: -c: line 1: syntax error near unexpected token `|'
 bash: -c: line 1: `echo 1686815253<LINUX_VERMAGIC> | staging_dir/host/bin/mkhash md5 | cut -b1-8'
 bash: -c: line 1: syntax error near unexpected token `|'
 bash: -c: line 1: `echo 1686815253<LINUX_VERMAGIC> | staging_dir/host/bin/mkhash md5 | sed -E 's/(.{8})(.{4})(.{4})(.{4})(.{10})../\1-\2-\3-\4-\500/''
 ...

Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit b522da5b16c7e5952d364b933b921786198f9fe5)
include/scan.mk