aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-12-03 06:11:11 +0100
committerClifford Wolf <clifford@clifford.at>2017-12-03 06:11:11 +0100
commit8f2638ae2f12a48dcad14f24b0211c16ac724762 (patch)
tree32c6358abea344e728d813c45a63a9d3d8d85e74 /Makefile
parentd5e6a73c8afb8c2e36073f9084b968e838506cc9 (diff)
downloadyosys-8f2638ae2f12a48dcad14f24b0211c16ac724762.tar.gz
yosys-8f2638ae2f12a48dcad14f24b0211c16ac724762.tar.bz2
yosys-8f2638ae2f12a48dcad14f24b0211c16ac724762.zip
Use "hg ... --insecure" for cloning/pulling ABC
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e87f0d153..234791b86 100644
--- a/Makefile
+++ b/Makefile
@@ -439,8 +439,8 @@ ifneq ($(ABCREV),default)
$(Q) if test "`cd abc 2> /dev/null && hg identify | cut -f1 -d' '`" != "$(ABCREV)"; then \
test $(ABCPULL) -ne 0 || { echo 'REEBE: NOP abg hc gb qngr naq NOPCHYY frg gb 0 va Znxrsvyr!' | tr 'A-Za-z' 'N-ZA-Mn-za-m'; exit 1; }; \
echo "Pulling ABC from $(ABCURL):"; set -x; \
- test -d abc || hg clone $(ABCURL) abc; \
- cd abc && $(MAKE) DEP= clean && hg pull && hg update -r $(ABCREV); \
+ test -d abc || hg clone --insecure $(ABCURL) abc; \
+ cd abc && $(MAKE) DEP= clean && hg pull --insecure && hg update -r $(ABCREV); \
fi
endif
$(Q) rm -f abc/abc-[0-9a-f]*