diff options
Diffstat (limited to 'Help/release/dev/makefile-DELETE_ON_ERROR.rst')
-rw-r--r-- | Help/release/dev/makefile-DELETE_ON_ERROR.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Help/release/dev/makefile-DELETE_ON_ERROR.rst b/Help/release/dev/makefile-DELETE_ON_ERROR.rst deleted file mode 100644 index c7c45fd5e2..0000000000 --- a/Help/release/dev/makefile-DELETE_ON_ERROR.rst +++ /dev/null @@ -1,7 +0,0 @@ -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. |