Help: Add notes for topic 'makefile-DELETE_ON_ERROR'
This commit is contained in:
parent
4adf1dad2a
commit
44990732a8
|
@ -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.
|
Loading…
Reference in New Issue