Przeglądaj źródła

Log errors in ctypes subdirectory

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42481 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 15 lat temu
rodzic
commit
521042f6ee
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lib/python/Makefile

+ 1 - 1
lib/python/Makefile

@@ -16,7 +16,7 @@ PYCFILES := $(patsubst %,$(DSTDIR)/%.pyc,$(MODULES) __init__)
 CLEAN_SUBDIRS = ctypes
 
 default: $(PYFILES) $(PYCFILES) $(GDIR)/__init__.py $(GDIR)/__init__.pyc
-	-$(MAKE) -C ctypes
+	-$(MAKE) -C ctypes || echo $(CURDIR)/$@ >> $(ERRORLOG)
 
 $(PYDIR):
 	$(MKDIR) $@