From: Rafał Miłecki Date: Thu, 14 Jul 2016 09:31:26 +0000 (+0200) Subject: bcm53xx: image: don't suppress "mv" command echoing X-Git-Tag: v17.01.0-rc1~2061 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=c940ccedd82d19045324e25fc07a3f6d76a6b0a5 bcm53xx: image: don't suppress "mv" command echoing We call all commands normally, with standard echoing. It's useful for debugging with V=s. Don't make lzma compression an exception, it's a bit confusing this way. Signed-off-by: Rafał Miłecki --- diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index ac58e93510..0709643b29 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -19,7 +19,7 @@ endef define Build/lzma-d16 $(STAGING_DIR_HOST)/bin/lzma e $@ -d16 $(1) $@.new - @mv $@.new $@ + mv $@.new $@ endef define Build/trx-serial