[GRASS-SVN] r43132 - grass/trunk/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 16 03:20:46 EDT 2010


Author: martinl
Date: 2010-08-16 07:20:46 +0000 (Mon, 16 Aug 2010)
New Revision: 43132

Modified:
   grass/trunk/lib/python/Makefile
Log:
disable swig, reenable when #1125 is fixed

Modified: grass/trunk/lib/python/Makefile
===================================================================
--- grass/trunk/lib/python/Makefile	2010-08-16 06:56:47 UTC (rev 43131)
+++ grass/trunk/lib/python/Makefile	2010-08-16 07:20:46 UTC (rev 43132)
@@ -13,10 +13,14 @@
 PYFILES := $(patsubst %,$(DSTDIR)/%.py,$(MODULES) __init__)
 PYCFILES := $(patsubst %,$(DSTDIR)/%.pyc,$(MODULES) __init__)
 
-CLEAN_SUBDIRS = ctypes
+ifeq ($(MINGW),)
+	CLEAN_SUBDIRS = ctypes
+endif
 
 default: $(PYFILES) $(PYCFILES) $(GDIR)/__init__.py $(GDIR)/__init__.pyc
+ifeq ($(MINGW),)
 	-$(MAKE) -C ctypes || echo $(CURDIR)/ctypes >> $(ERRORLOG)
+endif
 
 $(PYDIR):
 	$(MKDIR) $@



More information about the grass-commit mailing list