Given that nowadays almost everything builds inside tail_build, this feature is somewhat
pointless, as this almost everything is in that one tail_build log. Moreover:
- stdout is never a tty, breaking compiler output colorization
- for some obscure reason I do not get, this makes 'make python3.all' work with msvc2010,
whereas previously the invocation of MSBuild.exe somehow prevented the rest of make
rules from running. Plain 'make python3' that does not go via build.pl works though.
No idea if the problem is in gbuild, build.pl, cygwin, make, MSBuild.exe or somewhere else,
Change-Id: Ibe6e11109e2eefaa65646071c2db01871e5e751f
Reviewed-on: https://gerrit.libreoffice.org/1216
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>