Help: Add notes for topic 'makefile-DELETE_ON_ERROR'

This commit is contained in:
Brad King 2015-03-31 11:33:53 -04:00
parent 4adf1dad2a
commit 44990732a8
1 changed files with 7 additions and 0 deletions

View File

@ -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.