bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Make-3.81 rc1 hangs with -j 2 (multiplatform)


From: Boris Kolpackov
Subject: Re: Make-3.81 rc1 hangs with -j 2 (multiplatform)
Date: Mon, 27 Feb 2006 21:13:29 +0200
User-agent: Mutt/1.5.6+20040907i

David,

J. David Bryan <address@hidden> writes:

> On 27 Feb 2006 at 13:09, Paul D. Smith wrote:
>
> > %% Boris Kolpackov <address@hidden> writes:
> >
> >   bk> 3. If I replace the "%.3 : | %.2" rule with the equivalent normal
> >   bk> rule, make does not hang.
>
> What would the "equivalent normal rule" be?  Perhaps I can use that as a
> workaround in my original makefile.

That would be

test.3: | test.2
        ...

I think a better workaround would be to remove test.2 from .SECONDARY.

-boris

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]