From: Wei Liu Date: Mon, 3 Oct 2016 17:33:16 +0000 (+0100) Subject: xen: delete gcno files in clean target X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~3342 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=170c257e8d42ca37ec5b8d6241862c8876a630c5;p=xen.git xen: delete gcno files in clean target Signed-off-by: Wei Liu Acked-by: Jan Beulich --- diff --git a/xen/Makefile b/xen/Makefile index ddac7e0f9f..dc6862e04d 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -118,7 +118,7 @@ _clean: delete-unfresh-files $(MAKE) -f $(BASEDIR)/Rules.mk -C arch/$(TARGET_ARCH) clean $(MAKE) -f $(BASEDIR)/Rules.mk -C test clean $(MAKE) -f $(BASEDIR)/tools/kconfig/Makefile.kconfig ARCH=$(ARCH) SRCARCH=$(SRCARCH) clean - find . \( -name "*.o" -o -name ".*.d" \) -exec rm -f {} \; + find . \( -name "*.o" -o -name ".*.d" -o -name "*.gcno" \) -exec rm -f {} \; rm -f include/asm $(TARGET) $(TARGET).gz $(TARGET).efi $(TARGET).efi.map $(TARGET)-syms $(TARGET)-syms.map *~ core rm -f include/asm-*/asm-offsets.h rm -f .banner