drop auto-parallelization of build to stay consistent with master
This commit is contained in:
parent
bb569bae3b
commit
6e8f02c343
1 changed files with 0 additions and 6 deletions
6
Makefile
6
Makefile
|
@ -11,12 +11,6 @@ PYTHON = python
|
|||
|
||||
ifeq ($(JOBS),)
|
||||
JOBS:=1
|
||||
ifeq ($(OS),Linux)
|
||||
JOBS:=$(shell grep -c ^processor /proc/cpuinfo)
|
||||
endif
|
||||
ifeq ($(OS),Darwin)
|
||||
JOBS:=$(shell sysctl -n hw.ncpu)
|
||||
endif
|
||||
endif
|
||||
|
||||
all: mapnik
|
||||
|
|
Loading…
Reference in a new issue