[PATCH] do not redirect output in build.pl, i.e. dump build_error.lo...

Luboš Luňák (via_Code_Review) gerrit at gerrit.libreoffice.org
Sat Dec 1 02:43:37 PST 2012


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.lunak at suse.cz>



More information about the LibreOffice mailing list