]> Git Repo - qemu.git/blobdiff - Makefile
target/arm: use raise_exception_ra for stack limit exception
[qemu.git] / Makefile
index 4cab10a2a4b1de98ce34f9df9ee24641486cdefc..30f19d33bb322cc28c8478b60c14e7eae6f50f95 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -48,9 +48,11 @@ Makefile: .git-submodule-status
 
 .PHONY: git-submodule-update
 git-submodule-update:
+ifneq ($(GIT_SUBMODULES_ACTION),ignore)
        $(call quiet-command, \
                (GIT="$(GIT)" "$(SRC_PATH)/scripts/git-submodule.sh" $(GIT_SUBMODULES_ACTION) $(GIT_SUBMODULES)), \
                "GIT","$(GIT_SUBMODULES)")
+endif
 
 # 0. ensure the build tree is okay
 
This page took 0.022864 seconds and 4 git commands to generate.