diff options
author | Manuel Messner | 2018-02-20 13:38:42 +0100 |
---|---|---|
committer | Manuel Messner | 2018-02-20 13:38:42 +0100 |
commit | cd0e371d3c4b6a07117dd079d3b994a6e9d2e123 (patch) | |
tree | f75ca0e97bf80d75470de8a0f4c9e4f54107e56c /Makefile | |
parent | Makefile: add spacing (diff) | |
download | packer-templates-cd0e371d3c4b6a07117dd079d3b994a6e9d2e123.tar.gz packer-templates-cd0e371d3c4b6a07117dd079d3b994a6e9d2e123.tar.xz packer-templates-cd0e371d3c4b6a07117dd079d3b994a6e9d2e123.zip |
Makefile: boot: reindent ifs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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) \ |