Explorar o código

remove unused code from makefiles

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@61128 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=11) %!d(string=hai) anos
pai
achega
f48587f13e
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  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) $@