commit 1bd028826ba0d6cad9f2d17489bfe0fc0e5bee82
parent 0e40771ad18251665afbef90eaaeeb28bfaa1522
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Mon, 18 Oct 2021 11:46:36 +0200
build: Limit git submodule update
qbe/.git target was updating all the submodules, and it
can create problems in parallel builds. It is better to
just update the submodule related to the current target.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cmd/Makefile b/src/cmd/Makefile
@@ -26,7 +26,7 @@ qbe: qbe/.git
qbe/.git:
git submodule init qbe
- git submodule update
+ git submodule update qbe
qbe/obj/qbe: qbe