From: Ian Jackson Date: Fri, 24 Aug 2012 11:38:14 +0000 (+0100) Subject: libxl: provide "make realclean" target X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~8022 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0669c8a4b233a50c16348b4ff7d3a64207a3f2d6;p=xen.git libxl: provide "make realclean" target This removes all the autogenerated files. Signed-off-by: Ian Jackson Acked-by: Ian Campbell Committed-by: Ian Jackson --- diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index 47fb110830..22c48816d7 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -212,8 +212,10 @@ clean: $(RM) -f _*.h *.o *.so* *.a $(CLIENTS) $(DEPS) $(RM) -f _*.c *.pyc _paths.*.tmp _*.api-for-check $(RM) -f testidl.c.new testidl.c -# $(RM) -f $(AUTOSRCS) $(AUTOINCS) distclean: clean +realclean: distclean + $(RM) -f $(AUTOSRCS) $(AUTOINCS) + -include $(DEPS)