Skip to content

Commit

Permalink
bcm53xx: image: don't suppress "mv" command echoing
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
rmilecki committed Jul 14, 2016
1 parent b3b7970 commit c940cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/bcm53xx/image/Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c940cce

Please sign in to comment.