diff options
| author | Michael Brown | 2011-03-27 23:33:33 +0200 |
|---|---|---|
| committer | Michael Brown | 2011-03-27 23:37:03 +0200 |
| commit | 7ccd5b831ac2b82357f08cfdb8f88a9d1c35b3ab (patch) | |
| tree | 936af2a493fe128b5e6e933022853b52951e6d57 /src | |
| parent | [linux] Make malloc and linux_umalloc valgrindable (diff) | |
| download | ipxe-7ccd5b831ac2b82357f08cfdb8f88a9d1c35b3ab.tar.gz ipxe-7ccd5b831ac2b82357f08cfdb8f88a9d1c35b3ab.tar.xz ipxe-7ccd5b831ac2b82357f08cfdb8f88a9d1c35b3ab.zip | |
[build] Delete incomplete targets if building fails for any reason
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.housekeeping | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index 964d50098..57e52c0f8 100644 --- a/src/Makefile.housekeeping +++ b/src/Makefile.housekeeping @@ -1108,6 +1108,13 @@ hci/keymap/keymap_%.c : ############################################################################### # +# Force deletion of incomplete targets +# + +.DELETE_ON_ERROR : + +############################################################################### +# # Clean-up # clean : |
