export DISTRIBUTION and TEMPLATE_NAME
This commit is contained in:
parent
2b2b1f4616
commit
6bc56dd7cd
3
Makefile
3
Makefile
@ -19,6 +19,9 @@ endif
|
|||||||
fix_up := $(shell TEMPLATE_NAME=$(TEMPLATE_NAME) ./builder_fix_filenames)
|
fix_up := $(shell TEMPLATE_NAME=$(TEMPLATE_NAME) ./builder_fix_filenames)
|
||||||
TEMPLATE_NAME := $(word 1,$(fix_up))
|
TEMPLATE_NAME := $(word 1,$(fix_up))
|
||||||
|
|
||||||
|
export DISTRIBUTION
|
||||||
|
export TEMPLATE_NAME
|
||||||
|
|
||||||
VERSION := $(shell cat version)
|
VERSION := $(shell cat version)
|
||||||
TIMESTAMP := $(shell date -u +%Y%m%d%H%M)
|
TIMESTAMP := $(shell date -u +%Y%m%d%H%M)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user