mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 21:17:55 +00:00
add leading + to enable job server mode for parallel make
This commit is contained in:
parent
7e0450113f
commit
114d17bab6
9
Makefile
9
Makefile
@ -23,7 +23,7 @@ CONFIG_HEADS ?= y
|
||||
|
||||
# Controls how many parallel jobs are invoked in subshells
|
||||
CPUS := $(shell nproc)
|
||||
MAKE_JOBS ?= -j$(CPUS) --max-load 16
|
||||
#MAKE_JOBS ?= -j$(CPUS) --max-load 16
|
||||
|
||||
# Create the log directory if it doesn't already exist
|
||||
BUILD_LOG := $(shell mkdir -p "$(log_dir)" "$(build)/$(BOARD)" )
|
||||
@ -275,7 +275,7 @@ define define_module =
|
||||
$(dir $($1_config_file_path)).configured \
|
||||
|
||||
@echo "$(DATE) MAKE $1"
|
||||
@( \
|
||||
+@( \
|
||||
echo "$(MAKE) \
|
||||
-C \"$(build)/$($1_dir)\" \
|
||||
$($1_target)" ; \
|
||||
@ -388,7 +388,7 @@ $(COREBOOT_UTIL_DIR)/superiotool/superiotool \
|
||||
$(COREBOOT_UTIL_DIR)/inteltool/inteltool \
|
||||
: $(build)/$(coreboot_dir)/.canary \
|
||||
musl.intermediate
|
||||
$(call do,MAKE,$(notdir $@),\
|
||||
+$(call do,MAKE,$(notdir $@),\
|
||||
$(MAKE) -C "$(dir $@)" $(CROSS_TOOLS) \
|
||||
)
|
||||
|
||||
@ -507,8 +507,7 @@ real.clean:
|
||||
rm -rf ./install
|
||||
|
||||
bootstrap:
|
||||
$(MAKE) \
|
||||
-j`nproc` \
|
||||
+$(MAKE) \
|
||||
musl-cross.intermediate \
|
||||
$(build)/$(coreboot_dir)/util/crossgcc/xgcc/bin/i386-elf-gcc \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user