Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a31aedd
)
Fix typo with GIT_BRANCH in Makefile.
author
David Griffith
<dave@661.org>
Sun, 11 Mar 2018 13:29:50 +0000
(06:29 -0700)
committer
David Griffith
<dave@661.org>
Sun, 11 Mar 2018 13:29:50 +0000
(06:29 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 2fc4e1a0b7ec708e19a2debefa86fc462a30dea0..87ef44be86ea0b1f201ac385986e2f0717cd9904 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-8,7
+8,7
@@
VERSION = $(MAJOR).$(MINOR)
# not, make it clear that we're working from a release.
GIT_DIR ?= .git
ifneq ($(and $(wildcard $(GIT_DIR)),$(shell which git)),)
- GIT_BRANCH = $(shell git rev-parse --abbre
f
-ref HEAD)
+ GIT_BRANCH = $(shell git rev-parse --abbre
v
-ref HEAD)
GIT_HASH = $(shell git rev-parse HEAD)
GIT_HASH_SHORT = $(shell git rev-parse --short HEAD)
GIT_TAG = $(shell git describe --abbrev=0 --tags)