From 05579d6b07904a23c1b15b867a5334bb8028e90d Mon Sep 17 00:00:00 2001 From: max_10 Date: Sun, 6 Aug 2017 23:17:10 +0200 Subject: [PATCH] cosmetic --- at7500/at7500.sh | 1 + hs7810a/hs7810a.sh | 1 + nor_flash/make_flash.sh | 1 + spark/spark.sh | 1 + tf7700/tf7700.sh | 1 + ufc960/ufc960.sh | 1 + ufs912/ufs912.sh | 1 + ufs913/ufs913.sh | 1 + 8 files changed, 8 insertions(+) diff --git a/at7500/at7500.sh b/at7500/at7500.sh index 6311fff..56802d7 100755 --- a/at7500/at7500.sh +++ b/at7500/at7500.sh @@ -26,6 +26,7 @@ mkdir -p $TMPROOTDIR mkdir -p $TMPKERNELDIR mkdir -p $TMPFWDIR +echo "" echo "-----------------------------------------------------------------------" echo "It's expected that an image was already build prior to this execution!" echo "-----------------------------------------------------------------------" diff --git a/hs7810a/hs7810a.sh b/hs7810a/hs7810a.sh index 3edffd9..3327c63 100755 --- a/hs7810a/hs7810a.sh +++ b/hs7810a/hs7810a.sh @@ -25,6 +25,7 @@ mkdir -p $TMPROOTDIR mkdir -p $TMPKERNELDIR mkdir -p $TMPFWDIR +echo "" echo "-----------------------------------------------------------------------" echo "It's expected that an image was already build prior to this execution!" echo "-----------------------------------------------------------------------" diff --git a/nor_flash/make_flash.sh b/nor_flash/make_flash.sh index 4cf4b8d..28f1a98 100755 --- a/nor_flash/make_flash.sh +++ b/nor_flash/make_flash.sh @@ -25,6 +25,7 @@ mkdir -p $TMPROOTDIR mkdir -p $TMPKERNELDIR mkdir -p $TMPSTORAGEDIR +echo "" echo "-----------------------------------------------------------------------" echo "It's expected that an image was already build prior to this execution!" echo "-----------------------------------------------------------------------" diff --git a/spark/spark.sh b/spark/spark.sh index 5e9460b..3208ba1 100755 --- a/spark/spark.sh +++ b/spark/spark.sh @@ -23,6 +23,7 @@ mkdir -p $TMPDIR mkdir -p $TMPROOTDIR mkdir -p $TMPKERNELDIR +echo "" echo "-----------------------------------------------------------------------" echo "It's expected that an image was already build prior to this execution!" echo "-----------------------------------------------------------------------" diff --git a/tf7700/tf7700.sh b/tf7700/tf7700.sh index 0647145..c60c602 100755 --- a/tf7700/tf7700.sh +++ b/tf7700/tf7700.sh @@ -21,6 +21,7 @@ fi mkdir -p $TMPDIR mkdir -p $TMPROOTDIR +echo "" echo "-----------------------------------------------------------------------" echo "Creating image..." diff --git a/ufc960/ufc960.sh b/ufc960/ufc960.sh index 4f29247..6a3b735 100755 --- a/ufc960/ufc960.sh +++ b/ufc960/ufc960.sh @@ -25,6 +25,7 @@ mkdir -p $TMPROOTDIR mkdir -p $TMPKERNELDIR mkdir -p $TMPSTORAGEDIR +echo "" echo "-----------------------------------------------------------------------" echo "It's expected that an image was already build prior to this execution!" echo "-----------------------------------------------------------------------" diff --git a/ufs912/ufs912.sh b/ufs912/ufs912.sh index 69a2240..b9fe9b7 100755 --- a/ufs912/ufs912.sh +++ b/ufs912/ufs912.sh @@ -25,6 +25,7 @@ mkdir -p $TMPROOTDIR mkdir -p $TMPKERNELDIR mkdir -p $TMPFWDIR +echo "" echo "-----------------------------------------------------------------------" echo "It's expected that an image was already build prior to this execution!" echo "-----------------------------------------------------------------------" diff --git a/ufs913/ufs913.sh b/ufs913/ufs913.sh index 200dd26..2f31928 100755 --- a/ufs913/ufs913.sh +++ b/ufs913/ufs913.sh @@ -25,6 +25,7 @@ mkdir -p $TMPROOTDIR mkdir -p $TMPKERNELDIR mkdir -p $TMPFWDIR +echo "" echo "-----------------------------------------------------------------------" echo "It's expected that an image was already build prior to this execution!" echo "-----------------------------------------------------------------------"