Преглед изворни кода

remove unused code from makefiles

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@61129 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa пре 10 година
родитељ
комит
9d98264358
1 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 5
      lib/python/Makefile

+ 0 - 5
lib/python/Makefile

@@ -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 @@ SUBDIRS = script ctypes temporal pygrass pydispatch imaging
 
 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) $@