From: Anthony PERARD Date: Wed, 7 Jul 2021 15:51:18 +0000 (+0200) Subject: build: clean "lib.a" X-Git-Tag: archive/raspbian/4.16.0+51-g0941d6cb-1+rpi1~2^2~42^2~350 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3ce2765ac21dbd739e8216694b025aaabf4afff3;p=xen.git build: clean "lib.a" Signed-off-by: Anthony PERARD Acked-by: Jan Beulich --- diff --git a/xen/Makefile b/xen/Makefile index 89879fad4c..b0e47a8c75 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -343,7 +343,7 @@ _clean: delete-unfresh-files $(MAKE) $(clean) test $(MAKE) -f $(BASEDIR)/tools/kconfig/Makefile.kconfig ARCH=$(ARCH) SRCARCH=$(SRCARCH) clean find . \( -name "*.o" -o -name ".*.d" -o -name ".*.d2" \ - -o -name "*.gcno" -o -name ".*.cmd" \) -exec rm -f {} \; + -o -name "*.gcno" -o -name ".*.cmd" -o -name "lib.a" \) -exec rm -f {} \; rm -f include/asm $(TARGET) $(TARGET).gz $(TARGET).efi $(TARGET).efi.map $(TARGET)-syms $(TARGET)-syms.map *~ core rm -f asm-offsets.s include/asm-*/asm-offsets.h rm -f .banner