[GRASS-SVN] r42481 - grass/trunk/lib/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jun 4 00:58:36 EDT 2010
Author: glynn
Date: 2010-06-04 00:58:35 -0400 (Fri, 04 Jun 2010)
New Revision: 42481
Modified:
grass/trunk/lib/python/Makefile
Log:
Log errors in ctypes subdirectory
Modified: grass/trunk/lib/python/Makefile
===================================================================
--- grass/trunk/lib/python/Makefile 2010-06-04 04:44:15 UTC (rev 42480)
+++ grass/trunk/lib/python/Makefile 2010-06-04 04:58:35 UTC (rev 42481)
@@ -16,7 +16,7 @@
CLEAN_SUBDIRS = ctypes
default: $(PYFILES) $(PYCFILES) $(GDIR)/__init__.py $(GDIR)/__init__.pyc
- -$(MAKE) -C ctypes
+ -$(MAKE) -C ctypes || echo $(CURDIR)/$@ >> $(ERRORLOG)
$(PYDIR):
$(MKDIR) $@
More information about the grass-commit
mailing list