From cd0e371d3c4b6a07117dd079d3b994a6e9d2e123 Mon Sep 17 00:00:00 2001 From: Manuel Messner Date: Tue, 20 Feb 2018 13:38:42 +0100 Subject: Makefile: boot: reindent ifs --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') 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) \ -- cgit v1.2.3-55-g7522