diff options
author | Brad King <brad.king@kitware.com> | 2015-03-31 15:33:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-03-31 15:33:53 (GMT) |
commit | 44990732a8c2340193667c200987503bbbcb442f (patch) | |
tree | 68cc4c3a307f6fcc1941e069331d30c252b5b281 | |
parent | 4adf1dad2a6e462364bae81030c928599d11c24f (diff) | |
download | CMake-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.rst | 7 |
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. |