From 1551ce31cbafa94d762d18042c8eb114c3f330eb Mon Sep 17 00:00:00 2001 From: Manuel Messner Date: Tue, 13 Feb 2018 15:14:06 +0100 Subject: Makefile: hasher: add to verbose output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ed7b73f..8ef58f6 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,7 @@ ifdef VERBOSE PACKER_OPTS += -var='headless=false' $(info root password: $(ROOTPW)) + $(info hasher: $(HASHER)) $(info ) $(info timestamp: $(TIMESTAMP)) $(info ) @@ -73,7 +74,6 @@ ifdef VERBOSE endif -HASHER ?= sha256sum check_rootpw = $(if $(strip $(ROOTPW)),\ $(if $1,\ $(if $(shell echo "$(ROOTPW)" | $(HASHER) --check --quiet $1/base/rootpw.$(HASHER)),\ -- cgit v1.2.3-55-g7522