makefile-DELETE_ON_ERROR.rst 275 B

1234567
  1. makefile-DELETE_ON_ERROR
  2. ------------------------
  3. * The Makefile generators now add ``.DELETE_ON_ERROR`` to the
  4. makefiles that contain the actual build rules for files on disk.
  5. This tells GNU make to remove rule outputs when their recipe
  6. modifies an output but fails.