You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Garrett Rooney <ro...@electricjellyfish.net> on 2006/03/26 01:47:41 UTC

Re: svn commit: r388863 - /apr/apr/branches/0.9.x/test/Makefile.in

On 3/25/06, wrowe@apache.org <wr...@apache.org> wrote:
> Author: wrowe
> Date: Sat Mar 25 16:29:46 2006
> New Revision: 388863
>
> URL: http://svn.apache.org/viewcvs?rev=388863&view=rev
> Log:
>
>   testshmconsumer and testshmproducer are STARTED by testshm, they should
>   not be launched in 'make check', since 'make check' launches testshm.
>   These are already dependencies of testshm: target so we don't need to
>   worry that they are built.
>
>   Two more pairs of eyeballs that 'make check' now works correctly would
>   be appreciated before 0.9.11

Seems to work fine on Linux.

-garrett