mirror of
https://github.com/cc65/cc65.git
synced 2025-03-20 14:29:57 +00:00
commit
b74c179bf4
@ -55,7 +55,7 @@ endif
|
||||
ifdef GIT_SHA
|
||||
$(info GIT_SHA: $(GIT_SHA))
|
||||
else
|
||||
GIT_SHA := $(shell git rev-parse --short HEAD 2>$(NULLDEV))
|
||||
GIT_SHA := $(shell git rev-parse --short HEAD 2>$(NULLDEV) || svnversion)
|
||||
ifneq ($(words $(GIT_SHA)),1)
|
||||
GIT_SHA := N/A
|
||||
$(info GIT_SHA: N/A)
|
||||
|
Loading…
x
Reference in New Issue
Block a user