summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f17e708..e1ddc48 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ endif
@-mkdir $(@D)
@mv output-$(@D)-$(BUILDER) $(@D)/base
@mv $(@D)/base/$(@D) $(@D)/base/image
- $(info ** Success **)
+ @echo "** Success **"
##
# Provisioning images
@@ -91,7 +91,7 @@ $(foreach flav, $(FLAVORS), %/$(flav)): %/base
@-mkdir $(@D)/$(@F)
@mv output-$(@D)/$(@F) $(@D)/$(@F)/image
@rmdir output-$(@D)
- $(info ** Success **)
+ @echo "** Success **"
##
# Generating boot files
@@ -115,7 +115,7 @@ $(BOOTTARGETS):
ifndef DEBUG
@rm -rf output-$(patsubst %/,%,$(dir $(@D)))/
endif
- $(info ** Success **)
+ @echo "** Success **"
help:
@echo "General syntax: <template>/<flavor>[/boot]"