aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-01-05 17:21:04 +0000
committerIan Campbell <ian.campbell@citrix.com>2012-01-05 17:21:04 +0000
commit3df05a9641079896da93f77f4c6d5f773cda3898 (patch)
tree205fb7e6004a68ad94ce4a347f0e589ac5b7e5b4 /tools/firmware
parentbde83b1e10cfb6a9dbea8dee1bd6df929740cb70 (diff)
downloadxen-3df05a9641079896da93f77f4c6d5f773cda3898.tar.gz
xen-3df05a9641079896da93f77f4c6d5f773cda3898.tar.bz2
xen-3df05a9641079896da93f77f4c6d5f773cda3898.zip
ipxe: remove tarball on clean
This prevents us picking up a stale tarball when the tag changes. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/firmware')
-rw-r--r--tools/firmware/etherboot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/firmware/etherboot/Makefile b/tools/firmware/etherboot/Makefile
index d23a54b34d..c09140eb19 100644
--- a/tools/firmware/etherboot/Makefile
+++ b/tools/firmware/etherboot/Makefile
@@ -56,7 +56,7 @@ $D/src/bin/NIC: $D/src/arch/i386/Makefile
.PHONY: clean
clean:
- rm -rf $D $D.git *~ eb-roms.h _$T
+ rm -rf $D $D.git *~ eb-roms.h _$T $T
.PHONY: distclean
distclean: clean