From 776861c6a0a34f0fe289ed997b9f60d1b13dcda1 Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Mon, 19 Oct 2020 18:14:59 +0200 Subject: [PATCH] Makefile: Fix version.h generation for make all_platforms Same fix as 0ae65cc10fd2. --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 0644791a..9499d8e3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -119,7 +119,7 @@ clean: host_clean all_platforms: $(Q)set -e ;\ - mkdir -p artifacts/$(shell git describe --always) ;\ + mkdir -p artifacts/$(shell git describe --always --dirty --tags) ;\ echo "" >> artifacts/index.html ;\ - cp artifacts/*.bin artifacts/$(shell git describe --always) + cp artifacts/*.bin artifacts/$(shell git describe --always --dirty --tags) command.c: include/version.h