Have `make distclean` also remove .i and .s files

Alexandre Julliard julliard at winehq.org
Mon Oct 15 13:28:51 CDT 2007


Gerald Pfeifer <gerald at pfeifer.com> writes:

> After using GCC's -save-temps option to debug something, I noticed
> that `make distclean` fails to actually remove .i and .s files.
>
> This patch fixes it.  I hope it's the right place to make this change?

It would be, but I don't think we want make clean to remove all
possible output files from all possible tools. The current list is
probably too much already, it should really be limited to files that
are generated as part of the normal build process.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list