mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zipl/boot/Makefile: do not suppress echo in verbose builds.
By default, non-verbose builds don't echo the full command anyway. And supressed echos in verbose builds make it harder to debug the build failure. GitHub-ID: https://github.com/ibm-s390-tools/s390-tools/pull/63 Signed-off-by: Dimitri John Ledkov <xnox@ubuntu.com> Acked-by: Stefan Haberland <sth@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
e3fc9478bf
commit
1a63894487
+1
-1
@@ -46,7 +46,7 @@ stage3.exec: head.o stage3.o kdump3.o libc.o sclp.o sclp_stage3.o \
|
||||
kdump.o entry.o stage3.lds
|
||||
|
||||
%.exec: %.o
|
||||
@STAGE=$$( \
|
||||
STAGE=$$( \
|
||||
echo $@ | awk ' \
|
||||
match($$0,/[0-9]+b*/){ \
|
||||
print substr($$0,RSTART,RLENGTH) \
|
||||
|
||||
Reference in New Issue
Block a user