aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2012-08-30 12:59:31 +0300
committerKevin O'Connor <kevin@koconnor.net>2012-09-02 16:08:23 -0400
commit3dcc223e3d83a546ef3aed1fefe638787b7b6706 (patch)
tree6a17d037772455cdbddd777adb56b12fc94f1008 /Makefile
parent7f036855d99e5d0a73f96883b38a932958483070 (diff)
downloadseabios-hppa-3dcc223e3d83a546ef3aed1fefe638787b7b6706.zip
seabios-hppa-3dcc223e3d83a546ef3aed1fefe638787b7b6706.tar.gz
seabios-hppa-3dcc223e3d83a546ef3aed1fefe638787b7b6706.tar.bz2
Makefile: delete output on error
I had a disk full condition and a partial hex file got generated. Following make failed trying to use it. We can make build a bit more robust by instructing make to remove output files on error. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 45ea48a..20b6dee 100644
--- a/Makefile
+++ b/Makefile
@@ -75,6 +75,7 @@ all: $(target-y)
# Make definitions
.PHONY : all clean distclean FORCE
+.DELETE_ON_ERROR:
vpath %.c src vgasrc
vpath %.S src vgasrc