From 6e8f02c343cf613994768c1e9dcffbae18bcf391 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 26 Sep 2014 13:08:21 -0700 Subject: [PATCH] drop auto-parallelization of build to stay consistent with master --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 08b31ebac..ed5491e90 100755 --- a/Makefile +++ b/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