blob: c7c45fd5e27abfd472e02919b490e8f31547663b (
plain)
1
2
3
4
5
6
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.
|