summarylogtreecommitdiffstats
path: root/no_submodule_init.patch
blob: cc31df8a8589a5c37b92db1378e64558bf13e2dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/Makefile
+++ b/Makefile
@@ -5,10 +5,6 @@ ROOT=.
 
 MK_ALL_TARGETS=bindirs deps build package
 
-ifeq ($(wildcard $(ROOT)/deps/readies/*),)
-___:=$(shell git submodule update --init --recursive &> /dev/null)
-endif
-
 include $(ROOT)/deps/readies/mk/main
 
 MK_CUSTOM_CLEAN=1