mirror of
https://github.com/reactos/CMake.git
synced 2025-01-06 02:58:48 +00:00
8 lines
275 B
ReStructuredText
8 lines
275 B
ReStructuredText
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.
|