Skip to content

Commit ac97e1e

Browse files
committed
build: Add submodule update
Automatically add submodule update if necessary Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
1 parent 55df109 commit ac97e1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ DEFINES_android=ANDROID \
268268

269269
TOP ?= ./
270270
MIQ ?= $(TOP)recorder/make-it-quick/
271+
$(MIQ)rules.mk:
272+
@git submodule update --init --recursive
271273

272274
# A little gmake trick to avoid mixing output from multiple rules at -j
273275
GROUP_TARGETS ?= -Otarget

0 commit comments

Comments
 (0)