ipxe: remove tarball on clean
authorIan Campbell <ian.campbell@citrix.com>
Thu, 5 Jan 2012 17:21:04 +0000 (17:21 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 5 Jan 2012 17:21:04 +0000 (17:21 +0000)
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>
tools/firmware/etherboot/Makefile

index d23a54b34d1b3632f10952c25d9fa19fbd57d9d2..c09140eb19059e9fa048938643b79e098d8513fc 100644 (file)
@@ -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