summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/clean/coreboot
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/build/clean/coreboot')
-rwxr-xr-xresources/scripts/helpers/build/clean/coreboot4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/scripts/helpers/build/clean/coreboot b/resources/scripts/helpers/build/clean/coreboot
index 4af7391..d657aa3 100755
--- a/resources/scripts/helpers/build/clean/coreboot
+++ b/resources/scripts/helpers/build/clean/coreboot
@@ -27,6 +27,8 @@ set -u -e
# clean coreboot utilities (dependencies for 'build'):
# -------------------------------------------------------
+printf "Cleaning the previous build of the utilities in coreboot\n"
+
cd coreboot/
# ----------------------
@@ -59,4 +61,6 @@ make crossgcc-clean
# done. go back to main directory
cd ../
+printf "\n\n"
+
# ------------------- DONE ----------------------