tool/create: removed -j64 as it created problems when called from another make job.

This commit is contained in:
Michael Mueller
2025-02-06 16:27:12 +01:00
parent b11450dbba
commit 77da41768c

View File

@@ -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))