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
|
# If no version is specified as a parameter of make, the last git hash
|
||||||
# value is taken.
|
# value is taken.
|
||||||
# VERSION?=$(shell git describe --abbrev=0)+hash.$(shell git rev-parse --short HEAD)
|
# VERSION?=$(shell git describe --abbrev=0)+hash.$(shell git rev-parse --short HEAD)
|
||||||
@ -156,8 +156,7 @@ container-run:
|
|||||||
--volume ${PWD}:/workspace \
|
--volume ${PWD}:/workspace \
|
||||||
${BUILD_IMAGE} \
|
${BUILD_IMAGE} \
|
||||||
make ${COMMAND} \
|
make ${COMMAND} \
|
||||||
VERSION=${VERSION} \
|
VERSION=${VERSION}
|
||||||
RELEASE=${RELEASE}
|
|
||||||
|
|
||||||
# PHONY
|
# PHONY
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user