If i ctrl-c a gcc bootstrap in the middle of building a stage (IE when it's compiling, not when it's configuring), make clean no longer works properly. It used to a few months ago
Now I get: <some cleaning> make[1]: *** No rule to make target `clean'. Stop. make: *** [clean-stage4-gcc] Error 2 (with the error target sometimes being clean-stage2, etc, depending on how far it got)