From 7c83536c1434568f20c8dab9cbb356f46b7e6c5b Mon Sep 17 00:00:00 2001 From: Gareth McMullin Date: Sat, 22 Oct 2016 13:19:00 -0700 Subject: [PATCH] Don't break build if no tags in history --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 6484324..79d82c1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -86,7 +86,7 @@ clean: host_clean all_platforms: $(Q)set -e ;\ - mkdir -p artifacts/$(shell git describe) ;\ + mkdir -p artifacts/$(shell git describe --always) ;\ echo "" >> artifacts/index.html ;\ - cp artifacts/*.bin artifacts/$(shell git describe) + cp artifacts/*.bin artifacts/$(shell git describe --always) include/version.h: FORCE