buildsys: recursively init submodule and correct its path
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
9be61fa466
commit
d7722e1abe
2
Makefile
2
Makefile
@ -16,7 +16,7 @@ all: $(DEBS)
|
|||||||
|
|
||||||
.PHONY: submodule
|
.PHONY: submodule
|
||||||
submodule:
|
submodule:
|
||||||
test -f "${SRCDIR}/debian/changelog" || git submodule update --init
|
test -f "${SRCDIR}/configure" || git submodule update --init --recursive
|
||||||
|
|
||||||
$(BUILDDIR): keycodemapdb | submodule
|
$(BUILDDIR): keycodemapdb | submodule
|
||||||
rm -rf $(BUILDDIR)
|
rm -rf $(BUILDDIR)
|
||||||
|
Loading…
Reference in New Issue
Block a user