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 <zajec5@gmail.com>
This commit is contained in:
parent
b3b797076e
commit
c940ccedd8
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ endef
|
||||||
|
|
||||||
define Build/lzma-d16
|
define Build/lzma-d16
|
||||||
$(STAGING_DIR_HOST)/bin/lzma e $@ -d16 $(1) $@.new
|
$(STAGING_DIR_HOST)/bin/lzma e $@ -d16 $(1) $@.new
|
||||||
@mv $@.new $@
|
mv $@.new $@
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/trx-serial
|
define Build/trx-serial
|
||||||
|
|
Loading…
Reference in a new issue