help-make
[Top][All Lists]
Advanced

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

Re: does make behave serially when serially invoked


From: David Boyce
Subject: Re: does make behave serially when serially invoked
Date: Fri, 19 Feb 2010 23:55:21 -0500

On Fri, Feb 19, 2010 at 8:23 PM, Todd Showalter <address@hidden> wrote:
>    Something else is going on, then.  Appending to the file should
> mean that everything that gets appended will be preserved; it may be
> scmabrled. but it should all be there, even if the writes came from
> different concurrent processes.
>
>    I'd suggest:
>
> make -d | grep older

I'd suggest something a little simpler. Save the verbose output ("make
> make.out") after removing any silencing @ characters. If you don't
see a "making" line for each target, you have a make problem which can
be pursued farther. If you do, and files are mentioned in make.out
which are not in srcs, then the problem is at the platform level and
not a make issue.

David Boyce




reply via email to

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