summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJonathan Bauer2017-05-29 12:36:55 +0200
committerJonathan Bauer2017-05-29 12:36:55 +0200
commitd341d338976689d7f2fcb1d571c91c67d325d047 (patch)
tree1ed2d69e4dc6e02632bfd06c3f2b56e251cfb87e /Makefile
parentupdated README (diff)
downloadpacker-templates-d341d338976689d7f2fcb1d571c91c67d325d047.tar.gz
packer-templates-d341d338976689d7f2fcb1d571c91c67d325d047.tar.xz
packer-templates-d341d338976689d7f2fcb1d571c91c67d325d047.zip
minor fix
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]"