]> granicus.if.org Git - postgis/commitdiff
Prevent parallel make of raster. Ticket 2271
authorBborie Park <bkpark at ucdavis.edu>
Thu, 11 Apr 2013 20:14:44 +0000 (20:14 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Thu, 11 Apr 2013 20:14:44 +0000 (20:14 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11284 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS
raster/Makefile.in

diff --git a/NEWS b/NEWS
index f43e3e40e2d31c2665ba1339feae667ecad980f0..6d93fa369ef35a0c69561d20167be957c51baa02 100644 (file)
--- 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
index a2b45509a330ae05fa3c937e7e5ba62b5c970fcd..5e71c6b2e58b7e344411c24577558b5274c0e5b1 100644 (file)
@@ -10,6 +10,7 @@
 #
 #############################################################################
 
+.NOTPARALLEL:
 
 all: @RT_CORE_LIB@ @RT_PG_LIB@ @RT_LOADER@ @RT_POSTGIS_SQL@