> From: Paul Smith <psm...@gnu.org>
> Date: Fri, 30 Jul 2010 01:26:46 -0400
> Cc: bug-make@gnu.org
> 
> We have to ensure that these temporary files are cleaned up properly,
> even in the face of users ^C'ing their make invocations.  We also need
> to verify that whatever methods we use will work properly on Windows and
> VMS and other operating systems make supports (where are their "/tmp"
> equivalents?)

For the latter, we could use P_tmpdir, which is quite portable.

This is not to say that I think the original idea is easy to
implement.

Actually, it is not entirely clear to me what is meant by
"serialization" in this context.  Commands are invoked by Make in
parallel, and the output is produced in the order of their execution
(modulo buffering issues).  What would serialization look like in this
context?  Can someone show a simple example?

_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to