> From: Pavel Fedin <[email protected]> > Date: Mon, 25 Nov 2013 16:44:20 +0400 > Cc: [email protected] > > 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. _______________________________________________ Bug-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-make
