From 8eb98b12c726149ee64c3901005eec4d527f12ad Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Wed, 6 May 2020 16:23:46 -0700 Subject: [PATCH] Makefile: git fetch all commits from $(ABCURL) repo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 838d29788..cb2bf587e 100644 --- a/Makefile +++ b/Makefile @@ -722,7 +722,7 @@ ifneq ($(ABCREV),default) 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 || git clone $(ABCURL) abc; \ - cd abc && $(MAKE) DEP= clean && git fetch origin master && git checkout $(ABCREV); \ + cd abc && $(MAKE) DEP= clean && git fetch $(ABCURL) && git checkout $(ABCREV); \ fi endif $(Q) rm -f abc/abc-[0-9a-f]* -- 2.30.2