summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Messner2018-02-20 13:38:42 +0100
committerManuel Messner2018-02-20 13:38:42 +0100
commitcd0e371d3c4b6a07117dd079d3b994a6e9d2e123 (patch)
treef75ca0e97bf80d75470de8a0f4c9e4f54107e56c /Makefile
parentMakefile: add spacing (diff)
downloadpacker-templates-cd0e371d3c4b6a07117dd079d3b994a6e9d2e123.tar.gz
packer-templates-cd0e371d3c4b6a07117dd079d3b994a6e9d2e123.tar.xz
packer-templates-cd0e371d3c4b6a07117dd079d3b994a6e9d2e123.zip
Makefile: boot: reindent ifs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 8d2a761..8f28d26 100644
--- a/Makefile
+++ b/Makefile
@@ -135,11 +135,11 @@ $(foreach flav, $(FLAVORS), %/$(flav)): %/base
$(BOOTTARGETS):
%/boot: %
$(eval BUILD_DIR := $(if $(filter base,$(notdir $(@D))),\
- $(@D),\
- $(@D).$(TIMESTAMP)/build))
+ $(@D),\
+ $(@D).$(TIMESTAMP)/build))
$(eval ANSIBLE_DIR_CUR := $(if $(filter base,$(notdir $(@D))),\
- $(ANSIBLE_DIR),\
- $(@D).$(TIMESTAMP)/$(ANSIBLE_DIR)))
+ $(ANSIBLE_DIR),\
+ $(@D).$(TIMESTAMP)/$(ANSIBLE_DIR)))
$(info ** Generating boot files for '$(BUILD_DIR)')
$(PACKER) build -only=$(BUILDER) \
$(PACKER_OPTS) \