[Bug go/81548] "make distclean" does not clean all of gotools/

2017-09-13 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81548 --- Comment #7 from Aldy Hernandez --- Author: aldyh Date: Wed Sep 13 15:49:38 2017 New Revision: 252104 URL: https://gcc.gnu.org/viewcvs?rev=252104=gcc=rev Log: PR go/81548 * Makefile.am (MOSTLYCLEANFILES): Add *.sent.

[Bug go/81548] "make distclean" does not clean all of gotools/

2017-07-27 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81548 --- Comment #6 from Segher Boessenkool --- Yup, that does the trick. Thanks Ian.

[Bug go/81548] "make distclean" does not clean all of gotools/

2017-07-26 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81548 --- Comment #5 from Segher Boessenkool --- 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

[Bug go/81548] "make distclean" does not clean all of gotools/

2017-07-26 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81548 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/81548] "make distclean" does not clean all of gotools/

2017-07-26 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81548 --- Comment #3 from ian at gcc dot gnu.org --- Author: ian Date: Wed Jul 26 22:01:36 2017 New Revision: 250593 URL: https://gcc.gnu.org/viewcvs?rev=250593=gcc=rev Log: PR go/81548 * Makefile.am (MOSTLYCLEANFILES): Add *.sent.

[Bug go/81548] "make distclean" does not clean all of gotools/

2017-07-26 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81548 --- Comment #2 from Segher Boessenkool --- That's a very good question. I don't know; I tried to fix it but gave up. All I know is gotools/ is the only did not removed by distclean, because the two .sent files are left.

[Bug go/81548] "make distclean" does not clean all of gotools/

2017-07-26 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81548 --- Comment #1 from Ian Lance Taylor --- You are saying that the files gotools.log.sent and gotools.sum.sent should be removed by "make distclean" (or some clean target) in gotools/Makefile.am? I couldn't find any other clean targets in the GCC