summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Messner2018-02-12 16:11:18 +0100
committerManuel Messner2018-02-12 16:11:18 +0100
commit79e3fe91f39c1ccf6265b32bffdb176369d0af94 (patch)
tree61a1c7c8c3fd6f0aeddd969a3e7e7ca9ac18403b /Makefile
parentMakefile: move help target to eof (diff)
downloadpacker-templates-79e3fe91f39c1ccf6265b32bffdb176369d0af94.tar.gz
packer-templates-79e3fe91f39c1ccf6265b32bffdb176369d0af94.tar.xz
packer-templates-79e3fe91f39c1ccf6265b32bffdb176369d0af94.zip
Makefile: check_rootpw: move down
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa9e1b2..ee7d41a 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,6 @@ endif
TIMESTAMP := $(shell date "+%Y-%m-%d_%H-%M-%S")
-check_rootpw = $(if $(strip $(ROOTPW)),,$(error No root password is set, set it as ROOTPW in your environment.))
ifdef VERBOSE
$(info root password: $(ROOTPW))
@@ -60,6 +59,10 @@ ifdef VERBOSE
$(info )
endif
+
+check_rootpw = $(if $(strip $(ROOTPW)),,$(error No root password is set, set it as ROOTPW in your environment.))
+
+
.PHONY: help clean
help: