Commit bb85d380 authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander Trofimov

debug

parent 9316b2f5
JOBS_COUNT := $(grep processor /proc/cpuinfo | wc -l)
LIBDIR := build/lib/linux_64
ALLFONTSGEN := build/bin/AllFontsGen/linux_64
......@@ -176,7 +178,7 @@ define build_proj_tmpl
PROS += $$(basename $$(value $(1)_PRO)).build
$(1)_MAKE := $$(basename $$(value $(1)_PRO)).build/Makefile
$$(value $(1)): $$(value $(1)_MAKE)
cd $$(dir $$(value $(1)_MAKE)) && make -j $$(grep processor /proc/cpuinfo | wc -l);
cd $$(dir $$(value $(1)_MAKE)) && make -j $(JOBS_COUNT);
endef
.PHONY : all bin lib clean
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment