This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: Strange behavior of libstdc++ regression test


> 
> "Terry Guo" <terry.guo@arm.com> writes:
> 
> > make[1]: *** [check-recursive] Error 1
> > make[1]: Target `check' not remade because of errors.
> > make[1]: Leaving directory
> > `/home/build/gcc-4-7-daily-test/build-linux/gcc-final/arm-none-
> eabi/libstdc+
> > +-v3'
> > make: *** [check-target-libstdc++-v3] Error 2
> > make: Target `check-target' not remade because of errors.
> 
> You had unexpected failures/successes.  Look at the first error, not
> the
> last one.
> 

Ah, you are right. I just thought the "make -k" should keep going and omit
all the errors. Now I think I should use "make -k -i" to do it. Thanks for
the help.

BR,
Terry



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