summarylogtreecommitdiffstats
path: root/readies.patch
blob: 0775f8ce066c73adfd67c09fcb73d2eae854998b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/deps/readies/mk/main
+++ b/deps/readies/mk/main
@@ -29,16 +29,12 @@ $(error Cannot find readies root)
 endif
 endif
 
-ifeq ($(wildcard $(READIES)/*),)
-___:=$(shell git submodule update --init --recursive &> /dev/null)
-endif
-
 MK:=$(READIES)/mk
 
 MK.pyver ?= 3
 MK.getpy=getpy$(MK.pyver)
 
-ifneq ($(shell { CHECK=1 $(READIES)/bin/$(MK.getpy); echo -n $$?; }),0)
+ifneq (0,0)
 ifneq ($(filter setup,$(MAKECMDGOALS)),)
 MK.nobindir:=1
 else