summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Messner2018-02-07 17:11:09 +0100
committerManuel Messner2018-02-07 17:11:09 +0100
commit7689175babfc59b7d6993b0af96a6bb0b1df0b3c (patch)
tree6e8312fcbb9c60c41a578b8ee432f407236b8210 /Makefile
parentMakefile: fix indention (diff)
downloadpacker-templates-7689175babfc59b7d6993b0af96a6bb0b1df0b3c.tar.gz
packer-templates-7689175babfc59b7d6993b0af96a6bb0b1df0b3c.tar.xz
packer-templates-7689175babfc59b7d6993b0af96a6bb0b1df0b3c.zip
Makefile: remove unneeded comment
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 162607c..40341df 100644
--- a/Makefile
+++ b/Makefile
@@ -99,7 +99,6 @@ $(foreach flav, $(FLAVORS), %/$(flav)): %/base
# This should use provisioned image
$(BOOTTARGETS):
%/boot: %
- # no evil eval tricks...
$(info ** Generating boot files for '$(patsubst %/,%,$(dir $(@D))):$(notdir $(@D))' **)
$(PACKER) build -only=$(BUILDER) \
$(PACKER_OPTS) \