summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-04-01 17:19:32 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-04-01 17:19:32 (GMT)
commitaa508a52992990fd375253bed3a1e6c392722a56 (patch)
treefc14b9aa5d7a3131c3c887ce2b908a3a9063c94e /Help
parent6f578ee3ade86f4bad786bf87c03afb0d8262249 (diff)
parent44990732a8c2340193667c200987503bbbcb442f (diff)
downloadCMake-aa508a52992990fd375253bed3a1e6c392722a56.zip
CMake-aa508a52992990fd375253bed3a1e6c392722a56.tar.gz
CMake-aa508a52992990fd375253bed3a1e6c392722a56.tar.bz2
Merge topic 'makefile-DELETE_ON_ERROR'
44990732 Help: Add notes for topic 'makefile-DELETE_ON_ERROR' 4adf1dad Makefile: Tell GNU make to delete rule outputs on error (#15474)
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/makefile-DELETE_ON_ERROR.rst7
1 files changed, 7 insertions, 0 deletions
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.