uuid-iso: prevent "lazy evaluation" of time for UUID
This commit is contained in:
parent
9ab1285c6f
commit
f3d8ad8f54
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user