]> git.proxmox.com Git - mirror_qemu.git/blobdiff - Makefile
build: remove git submodule handling from main makefile
[mirror_qemu.git] / Makefile
index d68196acb9e23a435f04a198a81d6cc49e6e56d4..b22bf6fba12f7709c610771f62b5e6372a9a7cdc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -45,16 +45,6 @@ include config-host.mak
 include Makefile.prereqs
 Makefile.prereqs: config-host.mak
 
-git-submodule-update:
-.git-submodule-status: git-submodule-update config-host.mak
-Makefile: .git-submodule-status
-
-.PHONY: git-submodule-update
-git-submodule-update:
-ifneq ($(GIT_SUBMODULES_ACTION),ignore)
-       $(quiet-@)GIT=git "$(SRC_PATH)/scripts/git-submodule.sh" $(GIT_SUBMODULES_ACTION) $(GIT_SUBMODULES)
-endif
-
 # 0. ensure the build tree is okay
 
 # Check that we're not trying to do an out-of-tree build from