Hi, I have submitted a patch for review:
https://gerrit.libreoffice.org/1216 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/16/1216/1 do not redirect output in build.pl, i.e. dump build_error.log and other logs 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 --- M solenv/bin/build.pl 1 file changed, 3 insertions(+), 28 deletions(-) -- To view, visit https://gerrit.libreoffice.org/1216 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibe6e11109e2eefaa65646071c2db01871e5e751f Gerrit-PatchSet: 1 Gerrit-Project: core Gerrit-Branch: master Gerrit-Owner: Luboš Luňák <l.lu...@suse.cz> _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice