]> xenbits.xensource.com Git - people/jgross/xen.git/commitdiff
tools/libxl: add missing items to clean target
authorJuergen Gross <jgross@suse.com>
Sun, 23 Aug 2020 08:00:17 +0000 (10:00 +0200)
committerJuergen Gross <jgross@suse.com>
Fri, 28 Aug 2020 15:01:01 +0000 (17:01 +0200)
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 d3dd9efadf27e7ef2807d51bd4503e5d29ae2f69..3cc868d9e95d48f1e7b8a55d3220a712ae45ca66 100644 (file)
@@ -385,8 +385,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