From 6c3a7951b18565eb8d31d9259fb5091e15b4cfa7 Mon Sep 17 00:00:00 2001 From: Ben Blazak Date: Thu, 20 Dec 2012 15:42:10 -0800 Subject: [PATCH] changed the generated .zip filename back... lol i like the original one better. i'll find another way to make the filenames small for the most current ones on dropbox, so that they're easy for people to find. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 1b538e5..f001a14 100644 --- a/makefile +++ b/makefile @@ -43,7 +43,7 @@ GIT_COMMIT_DATE := $(shell git log -n 1 --pretty --date=iso | grep 'Date' | cut GIT_COMMIT_ID := $(shell git log -n 1 | grep 'commit' | cut -c 8-) # name to use for the final distribution file or package -TARGET := $(LAYOUT)--ergodox-firmware--$(GIT_BRANCH)--$(shell $(DATE_PROG) -d "$(GIT_COMMIT_DATE)" +'%Y%m%dT%H%M%S')--$(shell echo $(GIT_COMMIT_ID) | cut -c 1-7) +TARGET := ergodox-firmware--$(GIT_BRANCH)--$(shell $(DATE_PROG) -d "$(GIT_COMMIT_DATE)" +'%Y%m%dT%H%M%S')--$(shell echo $(GIT_COMMIT_ID) | cut -c 1-7)--$(LAYOUT) # directories BUILD := build