mirror of
https://git.proxmox.com/git/vma-to-pbs
synced 2025-04-28 13:04:38 +00:00
makefile: remove reference to unused submodule
Signed-off-by: Filip Schauer <f.schauer@proxmox.com>
This commit is contained in:
parent
0ebe41e0ce
commit
715c658e0e
2
Makefile
2
Makefile
@ -38,7 +38,7 @@ $(BUILDDIR): submodule
|
||||
mv $@.tmp $@
|
||||
|
||||
submodule:
|
||||
[ -e submodules/proxmox-backup-qemu/Cargo.toml ] || [ -e submodules/proxmox/proxmox-sys/Cargo.toml ] || git submodule update --init --recursive
|
||||
[ -e submodules/proxmox-backup-qemu/Cargo.toml ] || git submodule update --init --recursive
|
||||
|
||||
dsc:
|
||||
rm -rf $(BUILDDIR) $(DSC)
|
||||
|
Loading…
Reference in New Issue
Block a user