This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug go/81548] "make distclean" does not clean all of gotools/
- From: "segher at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 26 Jul 2017 22:11:00 +0000
- Subject: [Bug go/81548] "make distclean" does not clean all of gotools/
- Auto-submitted: auto-generated
- References: <bug-81548-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81548
--- Comment #5 from Segher Boessenkool <segher at gcc dot gnu.org> ---
Well, distclean does rm -rf $(TARGET_SUBDIR); which takes care of a
lot (in the root generated Makefile). Everything else is in gcc/, not
sure where that is deleted; gotools/ has the only .sum/.log outside of
those two dirs, it seems.