mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
Help: Add notes for topic 'makefile-DELETE_ON_ERROR'
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user