From 79e3fe91f39c1ccf6265b32bffdb176369d0af94 Mon Sep 17 00:00:00 2001 From: Manuel Messner Date: Mon, 12 Feb 2018 16:11:18 +0100 Subject: Makefile: check_rootpw: move down --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3-55-g7522