config.mk 288 Bytes
Newer Older
1 2
UUID_ISO := $(shell date -u +%Y-%m-%d-%H-%M-%S-00)
UUID_ISO_SHRT := $(shell echo $(UUID_ISO) | sed 's/-//g')
3 4 5

use/uuid-iso:
	@$(call add_feature)
6
	@$(call set,MKI_VER_OPTIMAL,0.2.41)
7 8 9
	@$(call set,UUID_ISO_SHRT,$(UUID_ISO_SHRT))
	@$(call set,UUID_ISO,$(UUID_ISO))
	@$(call xport,UUID_ISO)