From 44990732a8c2340193667c200987503bbbcb442f Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 31 Mar 2015 11:33:53 -0400 Subject: Help: Add notes for topic 'makefile-DELETE_ON_ERROR' --- Help/release/dev/makefile-DELETE_ON_ERROR.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Help/release/dev/makefile-DELETE_ON_ERROR.rst diff --git a/Help/release/dev/makefile-DELETE_ON_ERROR.rst b/Help/release/dev/makefile-DELETE_ON_ERROR.rst new file mode 100644 index 0000000..c7c45fd --- /dev/null +++ b/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. -- cgit v0.12