From bf654e083e935cdecf5b68c2e63543fe619c4d57 Mon Sep 17 00:00:00 2001 From: "s.salov" Date: Mon, 13 Jan 2025 21:39:25 +0300 Subject: [PATCH] FIX: REVISION length not more than 7 symbols --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 46c822012e..dd2bf5ca37 100644 --- a/Makefile +++ b/Makefile @@ -139,7 +139,7 @@ endif REVISION := norevision ifeq ($(shell git diff --shortstat),) -REVISION := $(shell git log -1 --format="%h") +REVISION := $(shell git log -1 --format="%h" | head -c 7) endif LD_FLAGS :=