On 04/23/2015 09:34 PM, Jim Wilson wrote:
I noticed that make clean isn't removing C++ binaries. It was broken here https://gcc.gnu.org/ml/gcc-patches/2007-01/msg00214.html Removing stagestuff accidentally removed those items from the mostlyclean rule. They need to be re-added to the language dependent mostlyclean rules. All of the old languages are affected, except for java which someone already fixed. And plus the new language go which inherits the same mistake from the older languages.Also the new language jit which has no clean rules at all, so I added the bare minimum that we should have. This was tested by building every language except ada, running make clean, and looking at what was left. This gave the expected result. There are still a few misc things around, but this patch gets most of it. I didn't build ada because when I try to install gnat, apt-get tells me it has to remove gdb. I'm not willing to try that on my main development machine. But the ada patch follows the exact same rule as the others, which is to add stuff that used to be in stagestuff, and appears to be trivially correct.
Looks good to me. Please install if you haven't already done so. jeff
