> From: Paul Smith <psm...@gnu.org>
> Cc: stefano.lattar...@gmail.com, bug-make@gnu.org
> Date: Thu, 02 May 2013 16:21:36 -0400
> 
> The one and only difference between them is that when running a
> recursive make, -Otarget WILL NOT capture the output of the sub-make,
> leaving whatever it prints going to the same stdout as the parent make,
> and -Omake WILL capture the output of the sub-make in the temporary
> file, to be dumped after the recipe is complete.

Thanks for explaining that.  I will have to try a few things to make
sure I really get it this time, but one thing I can already say is
that 'target' and 'make' are not very good names for these modes,
since their semantics is quite different from the literal meaning of
these two words.  That difference creates a semantic dissonance that
we should try to avoid, I think.

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

Reply via email to