From: Bborie Park Date: Thu, 11 Apr 2013 20:14:44 +0000 (+0000) Subject: Prevent parallel make of raster. Ticket 2271 X-Git-Tag: 2.1.0beta2~108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=042e3777dd01ea372040bc67753514f5ba2079fb;p=postgis Prevent parallel make of raster. Ticket 2271 git-svn-id: http://svn.osgeo.org/postgis/trunk@11284 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index f43e3e40e..6d93fa369 100644 --- a/NEWS +++ b/NEWS @@ -165,6 +165,7 @@ PostGIS 2.1.0 geotransform matrix - #2133, Fix performance regression in expression variant of ST_MapAlgebra - #2257, GBOX variables not initialized when testing with empty geometries + - #2271, Prevent parallel make of raster PostGIS 2.0.3 2013/03/01 diff --git a/raster/Makefile.in b/raster/Makefile.in index a2b45509a..5e71c6b2e 100644 --- a/raster/Makefile.in +++ b/raster/Makefile.in @@ -10,6 +10,7 @@ # ############################################################################# +.NOTPARALLEL: all: @RT_CORE_LIB@ @RT_PG_LIB@ @RT_LOADER@ @RT_POSTGIS_SQL@