From bf3b8b84135d08d8f879480eb91b57c3e5fda57c Mon Sep 17 00:00:00 2001 From: "s.salov" Date: Fri, 17 Jan 2025 22:35:49 +0300 Subject: [PATCH] FIX: REVISION length changed to 9 symbols --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dd2bf5ca37..c65a0ea66c 100644 --- a/Makefile +++ b/Makefile @@ -139,7 +139,7 @@ endif REVISION := norevision ifeq ($(shell git diff --shortstat),) -REVISION := $(shell git log -1 --format="%h" | head -c 7) +REVISION := $(shell git rev-parse --short=9 HEAD | head -c 9) endif LD_FLAGS :=