Gianni Tedesco
2010-Oct-25 16:37 UTC
[Xen-devel] [PATCH]: libxl: delete temporary files during make clean
Signed-off-by: Gianni Tedesco <gianni.tedesco@citrix.com> diff -r 2e8bdff60d01 tools/libxl/Makefile --- a/tools/libxl/Makefile Sun Oct 24 13:18:26 2010 +0100 +++ b/tools/libxl/Makefile Mon Oct 25 17:35:55 2010 +0100 @@ -118,7 +118,7 @@ install: all .PHONY: clean clean: $(RM) -f _*.h *.o *.so* *.a $(CLIENTS) $(DEPS) - $(RM) -f _*.c + $(RM) -f _*.c *.pyc _libxl_paths.*.tmp # $(RM) -f $(AUTOSRCS) $(AUTOINCS) distclean: clean _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel