projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61f6811
)
We are now in 0.7+ development
author
Clifford Wolf
<clifford@clifford.at>
Thu, 3 Nov 2016 09:31:51 +0000
(10:31 +0100)
committer
Clifford Wolf
<clifford@clifford.at>
Thu, 3 Nov 2016 09:31:51 +0000
(10:31 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 0a61fe651ffa8798c3522f669f8a2f5d70a0634d..aba77753d6cb7ecdf0a3aaaa4585ef26a08e28ab 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-72,7
+72,7
@@
else
LDLIBS += -lrt
endif
-YOSYS_VER := 0.7
+YOSYS_VER := 0.7
+$(shell cd $(YOSYS_SRC) && test -e .git && { git log --author=clifford@clifford.at --oneline 61f6811.. | wc -l; })
GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN)
OBJS = kernel/version_$(GIT_REV).o