[GRASS-SVN] r33457 - grass/branches/develbranch_6/swig/python/interfaces

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 16 01:52:23 EDT 2008


Author: hamish
Date: 2008-09-16 01:52:23 -0400 (Tue, 16 Sep 2008)
New Revision: 33457

Modified:
   grass/branches/develbranch_6/swig/python/interfaces/Makefile
Log:
skip unused & undefined CELL_NODATA

Modified: grass/branches/develbranch_6/swig/python/interfaces/Makefile
===================================================================
--- grass/branches/develbranch_6/swig/python/interfaces/Makefile	2008-09-16 05:09:36 UTC (rev 33456)
+++ grass/branches/develbranch_6/swig/python/interfaces/Makefile	2008-09-16 05:52:23 UTC (rev 33457)
@@ -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