Commit f3d8ad8f authored by Dmitriy Terekhin's avatar Dmitriy Terekhin Committed by Anton Midyukov

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

parent 9ab1285c
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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment