[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] libxl: provide "make realclean" target
# HG changeset patch # User Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> # Date 1345808294 -3600 # Node ID 24dbd9d4f340c941cd13273024c562e8921fe961 # Parent 985e836dff8b7081b63cf89329e17a3418c04e81 libxl: provide "make realclean" target This removes all the autogenerated files. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- diff -r 985e836dff8b -r 24dbd9d4f340 tools/libxl/Makefile --- a/tools/libxl/Makefile Fri Aug 24 09:49:47 2012 +0100 +++ b/tools/libxl/Makefile Fri Aug 24 12:38:14 2012 +0100 @@ -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) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |