[GRASS-SVN] r61129 - grass/branches/releasebranch_7_0/lib/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jul 2 14:07:06 PDT 2014
Author: martinl
Date: 2014-07-02 14:07:06 -0700 (Wed, 02 Jul 2014)
New Revision: 61129
Modified:
grass/branches/releasebranch_7_0/lib/python/Makefile
Log:
remove unused code from makefiles
Modified: grass/branches/releasebranch_7_0/lib/python/Makefile
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/Makefile 2014-07-02 21:05:47 UTC (rev 61128)
+++ grass/branches/releasebranch_7_0/lib/python/Makefile 2014-07-02 21:07:06 UTC (rev 61129)
@@ -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