浏览代码

Help: Add notes for topic 'makefile-DELETE_ON_ERROR'

Brad King 10 年之前
父节点
当前提交
44990732a8
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      Help/release/dev/makefile-DELETE_ON_ERROR.rst

+ 7 - 0
Help/release/dev/makefile-DELETE_ON_ERROR.rst

@@ -0,0 +1,7 @@
+makefile-DELETE_ON_ERROR
+------------------------
+
+* The Makefile generators now add ``.DELETE_ON_ERROR`` to the
+  makefiles that contain the actual build rules for files on disk.
+  This tells GNU make to remove rule outputs when their recipe
+  modifies an output but fails.