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: [libstdc++] Tighten up testsuite makefile rules


On Tue, Jul 01, 2003 at 10:51:06AM -0500, Benjamin Kosnik wrote:
> Is this really right? 
> 
> I don't have check-am automatically running check-local in my generated
> Makefile. Hmmm? Now check-abi is not being run by default. Was this your
> intention?

My change should have been a no-op.  Betcha a cold cup of coffee this is
an automake version problem.

I'm using 1.4-p6, and the generated Makefile.in says:

    check-am:
        $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU check-local

Since the override said (paraphrasing):

    check-am:
        make check-DEJAGNU
        make check-local

the behavior should be exactly the same.


> Also, with make aliased to 'make -j2' in my environment, now check-abi
> and normal check run into each other.

This should just be a side effect of the problem above; I test with -j3.


Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


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