From 92d664086db81f454b8c5ccc94df09d39991d361 Mon Sep 17 00:00:00 2001 From: Eli Uriegas Date: Wed, 24 May 2017 10:11:40 -0700 Subject: [PATCH] Make the hash_files target non interactive Signed-off-by: Eli Uriegas Upstream-commit: 097516fc76a2c9acf798dc523326904520ff1fc7 Component: packaging --- components/packaging/static/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/packaging/static/Makefile b/components/packaging/static/Makefile index 1c8d25d952..57d51851ea 100644 --- a/components/packaging/static/Makefile +++ b/components/packaging/static/Makefile @@ -4,7 +4,7 @@ CLI_DIR:=$(CURDIR)/../../cli ENGINE_VER=$(shell cat $(ENGINE_DIR)/VERSION) VERSION=$(shell cat $(ENGINE_DIR)/VERSION) CHOWN=docker run --rm -v $(CURDIR):/v -w /v alpine chown -HASH_CMD=docker run -v $(CURDIR):/sum -it -w /sum debian:jessie bash hash_files +HASH_CMD=docker run -v $(CURDIR):/sum -w /sum debian:jessie bash hash_files DIR_TO_HASH:=build/linux .PHONY: help clean static static-linux cross-mac cross-win cross-arm static-cli static-engine cross-all-cli cross-win-engine hash_files