bug-make
[Top][All Lists]
Advanced

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

Re: VMS port


From: Eli Zaretskii
Subject: Re: VMS port
Date: Mon, 25 Nov 2013 19:16:50 +0200

> From: Pavel Fedin <address@hidden>
> Date: Mon, 25 Nov 2013 16:44:20 +0400
> Cc: address@hidden
> 
>  Actually, i want to fix output-sync for spawn()-based flavor. This includes 
> EMX, DOS and potentially Cygwin. Currently output-sync option will not work 
> in that ports, because the related fragment:
> --- cut ---
>           /* Divert child output if output_sync in use.  */
>           if (child->output.syncout)
>             {
>               if (child->output.out >= 0)
>                 outfd = child->output.out;
>               if (child->output.err >= 0)
>                 errfd = child->output.err;
>             }
> --- cut ---

Please leave DOS out of this discussion: it doesn't support parallel
execution (and never will), and therefore output-sync is a no-op
there.



reply via email to

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