]> git.sur5r.net Git - cc65/commitdiff
Subversion fallback
authorStefan <stefan.haubenthal@gmail.com>
Wed, 22 Nov 2017 00:02:02 +0000 (01:02 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Nov 2017 00:02:02 +0000 (01:02 +0100)
If you use don't use Git to access the repository, you will still get a revision number.

src/Makefile

index 8b41ceb9c55b58c0f87687f6371f63d082c291f4..b70a3ffab84b525221e71933708096172d48eaef 100644 (file)
@@ -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 -n)
   ifneq ($(words $(GIT_SHA)),1)
     GIT_SHA := N/A
     $(info GIT_SHA: N/A)