summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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: