This is the mail archive of the gcc-patches@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: PATCH: "make check" is broken in binutils


> I am testing this patch.

Don't bother, it's wrong.  The whole point of the maybe-targets is
that you can always depend on them, and they'll decide if they need to
actually do something or not.  So the problem is that maybe-check-gcc
isn't always there, not that you have to assume it's not always there.

> -do-check: maybe-check-gcc [+
> +do-check: @maybe_check_gcc@ [+


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