[Bug bootstrap/70173] make distclean: leaves stage_final and libcc1/compiler-name.h

segher at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Apr 13 18:02:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70173

--- Comment #7 from Segher Boessenkool <segher at gcc dot gnu.org> ---
Author: segher
Date: Wed Apr 13 18:02:08 2016
New Revision: 234954

URL: https://gcc.gnu.org/viewcvs?rev=234954&root=gcc&view=rev
Log:
Make distclean clean up more (PR70173)

Currently, distclean does not remove the libcc1, gnattools, and gotools
directories, and not the stage_final file either.  Fix that.


        PR bootstrap/70173
        * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
        and gotools directories.  Delete the stage_final file.
        * Makefile.in: Regenerate.

Modified:
    trunk/ChangeLog
    trunk/Makefile.in
    trunk/Makefile.tpl


More information about the Gcc-bugs mailing list