From: Juergen Gross Date: Fri, 28 Aug 2020 15:07:41 +0000 (+0200) Subject: tools/libxl: add missing items to clean target X-Git-Tag: archive/raspbian/4.16.0+51-g0941d6cb-1+rpi1~2^2~42^2~1663 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0ca1af64f1053ffbf0c7784f4ed13ec75aacb874;p=xen.git tools/libxl: add missing items to clean target Some generated files are not removed by "make clean". Add them. Signed-off-by: Juergen Gross Acked-by: Wei Liu --- diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index 4fbd9ebbca..51c4c22f22 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -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