Commit 8a40eb47 authored by Boris Kocherov's avatar Boris Kocherov

use only one flow for building

parent b051e75b
......@@ -33,7 +33,7 @@ else
LIB_EXT := .a
LIB_PREFIX := lib
ARCH_EXT := .tar.gz
MAKE := make -j $(shell grep -c ^processor /proc/cpuinfo)
MAKE := make -j1
AR := tar -zcvf
PACKAGE_VERSION := $(PRODUCT_VERSION)-$(BUILD_NUMBER)
ARCH_REPO_DIR := linux
......
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