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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 2 14:05:47 PDT 2014


Author: martinl
Date: 2014-07-02 14:05:47 -0700 (Wed, 02 Jul 2014)
New Revision: 61128

Modified:
   grass/trunk/lib/python/Makefile
Log:
remove unused code from makefiles

Modified: grass/trunk/lib/python/Makefile
===================================================================
--- grass/trunk/lib/python/Makefile	2014-07-02 20:33:14 UTC (rev 61127)
+++ grass/trunk/lib/python/Makefile	2014-07-02 21:05:47 UTC (rev 61128)
@@ -1,6 +1,5 @@
 MODULE_TOPDIR = ../..
 
-#include $(MODULE_TOPDIR)/include/Make/Other.make
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 include $(MODULE_TOPDIR)/include/Make/Python.make
 
@@ -10,10 +9,6 @@
 
 default: $(PYDIR)/__init__.py
 	$(MAKE) subdirs
-#	-$(MAKE) -C script || echo $(CURDIR)/script >> $(ERRORLOG)
-#	-$(MAKE) -C ctypes || echo $(CURDIR)/ctypes >> $(ERRORLOG)
-#	-$(MAKE) -C temporal || echo $(CURDIR)/temporal >> $(ERRORLOG)
-#	-$(MAKE) -C pygrass || echo $(CURDIR)/pygrass >> $(ERRORLOG)
 
 $(PYDIR):
 	$(MKDIR) $@



More information about the grass-commit mailing list