This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: At last: the bool problem seems to be due to omitted dependencyfrommake check*


> > Isn't that what "make bubblestrap" is for?
> 
> Perhaps then that's what the testsuite rules should depend on to fix the
> immediate problem,

"make bubblestrap" doesn't work if you didn't "make bootstrap" to
begin with.  And a bubblestrap can be pretty resource intensive in
some cases.

IMHO "make check" is a pseudo-target that shouldn't be building
ANYTHING.  At best, it could fail if the needed bits hadn't been built
yet, but since it's difficult to auto-detect how the current build was
built (all vs bootstrap vs hand-tweaked stuff while debugging) perhaps
it shouldn't try.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]