Sfoglia il codice sorgente

remove unused code from makefiles

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@61128 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 anni fa
parent
commit
f48587f13e
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  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) $@