From 6bc56dd7cd1c7194822ff99254f8dd8277d9807e Mon Sep 17 00:00:00 2001 From: Jason Mehring Date: Tue, 10 Feb 2015 09:50:45 -0500 Subject: [PATCH] export DISTRIBUTION and TEMPLATE_NAME --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 7bd1f3d..457e794 100644 --- a/Makefile +++ b/Makefile @@ -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)