]> xenbits.xensource.com Git - people/jgross/xen.git/commitdiff
tools/libxl: add missing items to clean target
authorJuergen Gross <jgross@suse.com>
Fri, 28 Aug 2020 15:07:41 +0000 (17:07 +0200)
committerWei Liu <wl@xen.org>
Wed, 9 Sep 2020 10:57:25 +0000 (10:57 +0000)
Some generated files are not removed by "make clean". Add them.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wl@xen.org>
tools/libxl/Makefile

index 4fbd9ebbcaa30a74d932e56eb72f34b2994bf4c0..51c4c22f228363830b2dcffdd1034f9ed50da85c 100644 (file)
@@ -370,8 +370,10 @@ clean:
        $(RM) -f _*.h *.o *.so* *.a $(CLIENTS) $(DEPS_RM)
        $(RM) -f _*.c *.pyc _paths.*.tmp _*.api-for-check
        $(RM) -f testidl.c.new testidl.c *.api-ok
+       $(RM) -f $(TEST_PROGS)
        $(RM) -f xenlight.pc
        $(RM) -f xlutil.pc
+       $(RM) -rf __pycache__
        $(MAKE) -C $(ACPI_PATH) ACPI_BUILD_DIR=$(CURDIR) clean
 
 distclean: clean