projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5869d26
)
We are now in 0.6+ development
author
Clifford Wolf
<clifford@clifford.at>
Fri, 26 Feb 2016 16:24:31 +0000
(17:24 +0100)
committer
Clifford Wolf
<clifford@clifford.at>
Fri, 26 Feb 2016 16:24:31 +0000
(17:24 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index ce0c737d423205c7e25f8c61ccc598fd6635411d..f2171c8afc256b4bd918ff528c7b4d96b535214e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-68,7
+68,7
@@
else
LDLIBS += -lrt
endif
-YOSYS_VER := 0.6
+YOSYS_VER := 0.6
+$(shell test -d .git && { git log --author=clifford@clifford.at --oneline 5869d26da021.. | wc -l; })
GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN)
OBJS = kernel/version_$(GIT_REV).o