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