forked from remote/site-ffmuc
Revert "removing multiple jobs from makefile (again), as it is obviously still broken"
This reverts commit 3ea1990a14.
This commit is contained in:
3
Makefile
3
Makefile
@@ -17,8 +17,7 @@ else
|
|||||||
GLUON_BRANCH := experimental
|
GLUON_BRANCH := experimental
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l)
|
JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l)
|
||||||
JOBS ?= 1
|
|
||||||
|
|
||||||
GLUON_MAKE := ${MAKE} -j ${JOBS} -C ${GLUON_BUILD_DIR} \
|
GLUON_MAKE := ${MAKE} -j ${JOBS} -C ${GLUON_BUILD_DIR} \
|
||||||
GLUON_RELEASE=${GLUON_RELEASE} \
|
GLUON_RELEASE=${GLUON_RELEASE} \
|
||||||
|
|||||||
Reference in New Issue
Block a user