[Scummvm-git-logs] scummvm master -> 7a72d6b9ba10891df5ced229d0b03810e00e1369

bluegr noreply at scummvm.org
Mon Sep 2 08:19:54 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
7a72d6b9ba CONFIGURE: Fix for shallow clones


Commit: 7a72d6b9ba10891df5ced229d0b03810e00e1369
    https://github.com/scummvm/scummvm/commit/7a72d6b9ba10891df5ced229d0b03810e00e1369
Author: John S Peterson (jpeterson57 at gmail.com)
Date: 2024-09-02T11:19:19+03:00

Commit Message:
CONFIGURE: Fix for shallow clones

Changed paths:
    Makefile.common


diff --git a/Makefile.common b/Makefile.common
index 243ee27d309..b855ad294fa 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -295,7 +295,7 @@ else
 GIT_DIRTY_FLAG = --dirty
 endif
 # Get the working copy base revision
-VER_REV := $(shell cd $(srcdir); git describe $(GIT_DIRTY_FLAG) --long --match desc/\* | cut -d '-' -f 2-)$(VER_DIRTY)
+VER_REV := $(shell cd $(srcdir); git describe $(GIT_DIRTY_FLAG) --always --long --match desc/\* | cut -d '-' -f 2-)$(VER_DIRTY)
 endif
 else
 GITROOT := git://github.com/scummvm/scummvm.git




More information about the Scummvm-git-logs mailing list