3
0
mirror of https://github.com/ffrgb/site-ffrgb.git synced 2024-06-18 12:52:34 +02:00

hardcoded jobs=1, otherwise build will fail

This commit is contained in:
Bastian 2015-05-20 17:16:29 +02:00
parent d3a0470bfb
commit fb5a466391

View File

@ -18,6 +18,8 @@ endif
JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l)
JOBS = 1
GLUON_MAKE := ${MAKE} -j ${JOBS} -C ${GLUON_BUILD_DIR} \
GLUON_RELEASE=${GLUON_RELEASE} \
GLUON_BRANCH=${GLUON_BRANCH}