uuid-iso: prevent "lazy evaluation" of time for UUID

This commit is contained in:
Dmitriy Terekhin 2021-04-19 17:53:11 +04:00 committed by Anton Midyukov
parent 9ab1285c6f
commit f3d8ad8f54

View File

@ -1,6 +1,6 @@
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
UUID_ISO = $(shell date -u +%Y-%m-%d-%H-%M-%S-00)
UUID_ISO_SHRT = $(shell echo $(UUID_ISO) | sed 's/-//g')
UUID_ISO := $(shell date -u +%Y-%m-%d-%H-%M-%S-00)
UUID_ISO_SHRT := $(shell echo $(UUID_ISO) | sed 's/-//g')
use/uuid-iso:
@$(call add_feature)