[GRASS-SVN] r56921 - grass/trunk/lib/python/ctypes

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 25 08:34:29 PDT 2013


Author: neteler
Date: 2013-06-25 08:34:29 -0700 (Tue, 25 Jun 2013)
New Revision: 56921

Modified:
   grass/trunk/lib/python/ctypes/Makefile
Log:
ctypes: in case of static libraries built, bail out with error status for error.log

Modified: grass/trunk/lib/python/ctypes/Makefile
===================================================================
--- grass/trunk/lib/python/ctypes/Makefile	2013-06-25 14:22:43 UTC (rev 56920)
+++ grass/trunk/lib/python/ctypes/Makefile	2013-06-25 15:34:29 UTC (rev 56921)
@@ -80,6 +80,7 @@
 else
 default:
 	@echo "Cannot build Python wrappers for static libraries" >&2
+	exit 1
 endif
 
 $(DSTDIR)/__init__.py: __init__.py | $(DSTDIR)



More information about the grass-commit mailing list