get-sources: init submodule
This commit is contained in:
parent
9141d09ed3
commit
7ec0948503
3
Makefile
3
Makefile
@ -82,6 +82,9 @@ clean-repos:
|
|||||||
clean:
|
clean:
|
||||||
sudo rm -fr build/*
|
sudo rm -fr build/*
|
||||||
|
|
||||||
|
get-sources:
|
||||||
|
git submodule update --init --recursive
|
||||||
|
|
||||||
ifeq ($(ISO_LIVEUSB),1)
|
ifeq ($(ISO_LIVEUSB),1)
|
||||||
get-sources:
|
get-sources:
|
||||||
$(MAKE) -C livecd-tools get-sources
|
$(MAKE) -C livecd-tools get-sources
|
||||||
|
Loading…
Reference in New Issue
Block a user