git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ceccc5
)
main/Makefile.am: don't pass --dirty to Git to support older versions
author
Andreas Oberritter
<
[email protected]
>
Mon, 22 Nov 2010 15:42:33 +0000
(16:42 +0100)
committer
Andreas Oberritter
<
[email protected]
>
Mon, 22 Nov 2010 15:42:33 +0000
(16:42 +0100)
main/Makefile.am
patch
|
blob
|
history
diff --git
a/main/Makefile.am
b/main/Makefile.am
index 0ad1ae9b284fa14f7646909bdefc64c336524f07..0ed4d7176f7f43d3d20306209dbeaf00f1a87dfe 100644
(file)
--- a/
main/Makefile.am
+++ b/
main/Makefile.am
@@
-62,7
+62,7
@@
ENIGMA2_BRANCH = `cat $(GIT_DIR)/branch`
else
ENIGMA2_DATE = `$(GIT) log --no-color -n 1 --pretty=format:%cd --date=short`
ENIGMA2_BRANCH = `$(GIT) branch --no-color 2>/dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/'`
-ENIGMA2_REV = `$(GIT) describe --abbrev=7 --always --
dirty --
long --tags`
+ENIGMA2_REV = `$(GIT) describe --abbrev=7 --always --long --tags`
endif
BUILT_SOURCES = version-intermediate.h