Changeset - r23295:4b549b966442
[Not reviewed]
master
0 1 0
Niels Martin Hansen - 6 years ago 2019-02-09 18:41:49
nielsm@indvikleren.dk
Fix 5f8354f3: Non-Windows builds did not get correct git hash

Effect is that gamelog and network revisions indicate a git revision of 0, potentially causing issues.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Makefile.src.in
Show inline comments
 
@@ -90,7 +90,7 @@ MODIFIED := $(shell echo "$(VERSIONS)" |
 
# Use autodetected revisions
 
VERSION  := $(shell echo "$(VERSIONS)" | cut -f 1 -d'	')
 
ISODATE  := $(shell echo "$(VERSIONS)" | cut -f 2 -d'	')
 
GITHASH  := $(shell echo "$(VERSIONS)" | cut -f 3 -d'	')
 
GITHASH  := $(shell echo "$(VERSIONS)" | cut -f 4 -d'	')
 

	
 
# Make sure we have something in VERSION and ISODATE
 
ifeq ($(VERSION),)
0 comments (0 inline, 0 general)