> From: Pavel Fedin <[email protected]>
> Date: Tue, 14 Jan 2014 11:11:35 +0400
>
> This is part of my spawn-patch for Make. The purpose of this piece is to
> add missing support for output-sync option to spawn()-based flavors
> (currently only EMX).
Thanks, but does EMX support output-sync? If not, this fragment:
+ /* 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;
+ }
+
should be conditioned on NO_OUTPUT_SYNC. Otherwise we are breaking
the EMX build of Make.
_______________________________________________
Bug-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-make