projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3345bd
)
Renamed ABCHGPULL to ABCPULL in Makefile
author
Clifford Wolf
<clifford@clifford.at>
Sat, 16 Nov 2013 14:17:32 +0000
(15:17 +0100)
committer
Clifford Wolf
<clifford@clifford.at>
Sat, 16 Nov 2013 14:17:32 +0000
(15:17 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a92c65257d7a4396a98c5676c49db84944fcd14e..6160e4c66dc1786f561167822dafeb990a1e2f91 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-27,7
+27,7
@@
GIT_REV := $(shell git rev-parse --short HEAD || echo UNKOWN)
OBJS = kernel/version_$(GIT_REV).o
ABCREV = 0f9e5488ced3
-ABC
HG
PULL = 1
+ABCPULL = 1
-include Makefile.conf
@@
-98,7
+98,7
@@
yosys-svgviewer: libs/svgviewer/*.h libs/svgviewer/*.cpp
cp libs/svgviewer/svgviewer yosys-svgviewer
abc:
-ifeq ($(ABC
HG
PULL),1)
+ifeq ($(ABCPULL),1)
test -d abc || hg clone https://bitbucket.org/alanmi/abc abc
cd abc && hg pull && hg update -r $(ABCREV)
endif