This commit is contained in:
parent
a8376ef109
commit
0c3369ee48
2
slave.mk
2
slave.mk
@ -11,7 +11,7 @@ UID = $(shell id -u)
|
|||||||
GUID = $(shell id -g)
|
GUID = $(shell id -g)
|
||||||
|
|
||||||
ifeq ($(SONIC_IMAGE_VERSION),)
|
ifeq ($(SONIC_IMAGE_VERSION),)
|
||||||
override SONIC_IMAGE_VERSION = $(shell export BUILD_TIMESTAMP=$(BUILD_TIMESTAMP) && export BUILD_NUMBER=$(BUILD_NUMBER) && . functions.sh && sonic_get_version)
|
override SONIC_IMAGE_VERSION := $(shell export BUILD_TIMESTAMP=$(BUILD_TIMESTAMP) && export BUILD_NUMBER=$(BUILD_NUMBER) && . functions.sh && sonic_get_version)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.SECONDEXPANSION:
|
.SECONDEXPANSION:
|
||||||
|
Reference in New Issue
Block a user