drop auto-parallelization of build to stay consistent with master

This commit is contained in:
Dane Springmeyer 2014-09-26 13:08:21 -07:00
parent bb569bae3b
commit 6e8f02c343

View file

@ -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