[GRASS-SVN] r33458 - grass/trunk/swig/python/interfaces

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 16 01:56:13 EDT 2008


Author: hamish
Date: 2008-09-16 01:56:13 -0400 (Tue, 16 Sep 2008)
New Revision: 33458

Modified:
   grass/trunk/swig/python/interfaces/Makefile
Log:
skip unused & undefined CELL_NODATA (merge from devbr6)

Modified: grass/trunk/swig/python/interfaces/Makefile
===================================================================
--- grass/trunk/swig/python/interfaces/Makefile	2008-09-16 05:52:23 UTC (rev 33457)
+++ grass/trunk/swig/python/interfaces/Makefile	2008-09-16 05:56:13 UTC (rev 33458)
@@ -20,7 +20,7 @@
 	echo >> gis.i
 	cat ../../../include/gis.h | \
 		sed -e 'N;N;N;N;N;N;N;N;N; s/_Color_Rule_[ \t\n]*{[ \t\n]*\(.*}\) low.*/_Color_Rule_\n{\n    \1 low;\n    \1 high;\n/' \
-		>> gis.i
+		| grep -v 'CELL_NODATA' >> gis.i
 
 vector:
 	echo $(HEADER_LINE1) >  dig_structs.i



More information about the grass-commit mailing list