mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
tool/create: removed -j64 as it created problems when called from another make job.
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user