On Fri, Feb 19, 2010 at 8:23 PM, Todd Showalter <[email protected]> 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


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to