From caa72516ddd03d452494ebf570ccad87b6fd00a5 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 12 Nov 2019 21:44:12 +0100 Subject: [PATCH] fix(Makefile): remove deprecated environment variables --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5c3f6da..dd70b46 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# VERSION/RELEASE +# VERSION # If no version is specified as a parameter of make, the last git hash # value is taken. # VERSION?=$(shell git describe --abbrev=0)+hash.$(shell git rev-parse --short HEAD) @@ -156,8 +156,7 @@ container-run: --volume ${PWD}:/workspace \ ${BUILD_IMAGE} \ make ${COMMAND} \ - VERSION=${VERSION} \ - RELEASE=${RELEASE} + VERSION=${VERSION} # PHONY # ==============================================================================