export DISTRIBUTION and TEMPLATE_NAME

This commit is contained in:
Jason Mehring 2015-02-10 09:50:45 -05:00
parent 2b2b1f4616
commit 6bc56dd7cd

View File

@ -19,6 +19,9 @@ endif
fix_up := $(shell TEMPLATE_NAME=$(TEMPLATE_NAME) ./builder_fix_filenames)
TEMPLATE_NAME := $(word 1,$(fix_up))
export DISTRIBUTION
export TEMPLATE_NAME
VERSION := $(shell cat version)
TIMESTAMP := $(shell date -u +%Y%m%d%H%M)