mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] at91bootstrap2: Make targetinstall verbose and fix message
@ 2019-01-28  9:09 Alexander Dahl
  0 siblings, 0 replies; only message in thread
From: Alexander Dahl @ 2019-01-28  9:09 UTC (permalink / raw)
  To: ptxdist

The additional -vD is also used in several other rules, it's nice to see
the image(s) are actually copied to the right place.

If there's no kconfig file yet, the message shown is right, but the
additional single quote leads to an error, when directly copy/paste to
the commandline.

Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 rules/at91bootstrap2.make | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/rules/at91bootstrap2.make b/rules/at91bootstrap2.make
index a0ee1e0df..aae51fe6d 100644
--- a/rules/at91bootstrap2.make
+++ b/rules/at91bootstrap2.make
@@ -46,9 +46,9 @@ AT91BOOTSTRAP2_MAKE_OPT := \
 ifdef PTXCONF_AT91BOOTSTRAP2
 $(AT91BOOTSTRAP2_CONFIG):
 	@echo
-	@echo "************************************************************************************"
-	@echo "* Please generate a at91bootstrap config with 'ptxdist menuconfig 'at91bootstrap2' *"
-	@echo "************************************************************************************"
+	@echo "***********************************************************************************"
+	@echo "* Please generate a at91bootstrap config with 'ptxdist menuconfig at91bootstrap2' *"
+	@echo "***********************************************************************************"
 	@echo
 	@echo
 	@exit 1
@@ -69,10 +69,10 @@ $(STATEDIR)/at91bootstrap2.install:
 $(STATEDIR)/at91bootstrap2.targetinstall:
 	@$(call targetinfo)
 	@if [ -e $(AT91BOOTSTRAP2_DIR)/binaries/at91bootstrap.bin ]; then \
-		install -m644 $(AT91BOOTSTRAP2_DIR)/binaries/at91bootstrap.bin \
+		install -vD -m644 $(AT91BOOTSTRAP2_DIR)/binaries/at91bootstrap.bin \
 			$(IMAGEDIR)/at91bootstrap.bin; \
 	else \
-		install -m644 $(AT91BOOTSTRAP2_DIR)/binaries/*boot-$(AT91BOOTSTRAP2_VERSION).bin \
+		install -vD -m644 $(AT91BOOTSTRAP2_DIR)/binaries/*boot-$(AT91BOOTSTRAP2_VERSION).bin \
 			$(IMAGEDIR)/at91bootstrap.bin; \
 	fi
 	@$(call touch)
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-28  9:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-28  9:09 [ptxdist] [PATCH] at91bootstrap2: Make targetinstall verbose and fix message Alexander Dahl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox