I just did a fresh build testing a patch here and then I try make bubblestrap
and "no target 'bubblestrap'
I'm curious myself. Was this an intentional result of the toplevel bootstrap
stuff?
Yes. "make bubblestrap" is now called simply "make". As Giovanni put
it a few minutes ago:
"I would also note that using "make" in the cp/ directory at least used
to build cc1plus with the system compiler, without -Werror and with a
different set of warnings. There have been many cases where a patch
tested by C++ rules (which is *not* a full bootstrap, but just "build
compiler, build libjava, check c++") resulted in a bootstrap failure
because of a variable not initialized or something. The correct solution
used to be (guess what!) "make bubblestrap" to build the compiler. Now,
it's simply the default :)"
I guess we now know that GCC developers update their tree about every
50-60 hours (most bug reports came in 25-30 hours after the switch).
Paolo