From 77da41768c4843baa98ed8afe00afb9754b0add2 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Thu, 6 Feb 2025 16:27:12 +0100 Subject: [PATCH] tool/create: removed -j64 as it created problems when called from another make job. --- tool/depot/create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/depot/create b/tool/depot/create index 0cb2a304d9..c15ab54fab 100755 --- a/tool/depot/create +++ b/tool/depot/create @@ -57,7 +57,7 @@ REBUILD ?= $(FORCE) build: extract $(if $(VERSIONED_ARCHIVES),\ - $(VERBOSE)$(MAKE) -j64 -f $(GENODE_DIR)/tool/depot/build $(VERSIONED_ARCHIVES) \ + $(VERBOSE)$(MAKE) -f $(GENODE_DIR)/tool/depot/build $(VERSIONED_ARCHIVES) \ VERBOSE=$(VERBOSE) CCACHE=$(CCACHE) REBUILD=$(REBUILD) \ KEEP_BUILD_DIR=$(KEEP_BUILD_DIR))