fix(Makefile): remove deprecated environment variables
This commit is contained in:
parent
4eb41e8dfa
commit
caa72516dd
5
Makefile
5
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
|
||||
# ==============================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user