summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-03-31 15:33:53 (GMT)
committerBrad King <brad.king@kitware.com>2015-03-31 15:33:53 (GMT)
commit44990732a8c2340193667c200987503bbbcb442f (patch)
tree68cc4c3a307f6fcc1941e069331d30c252b5b281
parent4adf1dad2a6e462364bae81030c928599d11c24f (diff)
downloadCMake-44990732a8c2340193667c200987503bbbcb442f.zip
CMake-44990732a8c2340193667c200987503bbbcb442f.tar.gz
CMake-44990732a8c2340193667c200987503bbbcb442f.tar.bz2
Help: Add notes for topic 'makefile-DELETE_ON_ERROR'
-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.