get-sources: init submodule

This commit is contained in:
Frédéric Pierret (fepitre) 2019-02-05 18:35:46 +01:00
parent 9141d09ed3
commit 7ec0948503
No known key found for this signature in database
GPG Key ID: 484010B5CDC576E2

View File

@ -82,6 +82,9 @@ clean-repos:
clean:
sudo rm -fr build/*
get-sources:
git submodule update --init --recursive
ifeq ($(ISO_LIVEUSB),1)
get-sources:
$(MAKE) -C livecd-tools get-sources