]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Set the length of GIT_SHA to 8 characters
[stockfish] / src / Makefile
index abcf11b0a1158ae73d26ff36af64ce7c5c63272c..82664618bb75e22ee5ddabe0718c46ac54488a97 100644 (file)
@@ -702,7 +702,7 @@ ifeq ($(pext),yes)
 endif
 
 ### 3.7.1 Try to include git commit sha for versioning
-GIT_SHA = $(shell git rev-parse --short HEAD 2>/dev/null)
+GIT_SHA = $(shell git rev-parse HEAD 2>/dev/null | cut -c 1-8)
 ifneq ($(GIT_SHA), )
        CXXFLAGS += -DGIT_SHA=$(GIT_SHA)
 endif