瀏覽代碼

Log errors in ctypes subdirectory

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42481 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 15 年之前
父節點
當前提交
521042f6ee
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) $@