Gentoo Archives: gentoo-python

From: "Michał Górny" <mgorny@g.o>
To: gentoo-python@l.g.o
Cc: python@g.o, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-python] [PATCH distutils-r1 4/4] Create split logs when doing parallel builds.
Date: Thu, 06 Dec 2012 10:55:32
Message-Id: 1354791297-19239-5-git-send-email-mgorny@gentoo.org
In Reply to: [gentoo-python] [distutils-r1] Improvements to parallel builds by "Michał Górny"
1 Therefore, making it possible to get a non-ugly build log for each
2 implementation used.
3 ---
4 gx86/eclass/distutils-r1.eclass | 2 +-
5 1 file changed, 1 insertion(+), 1 deletion(-)
6
7 diff --git a/gx86/eclass/distutils-r1.eclass b/gx86/eclass/distutils-r1.eclass
8 index 8ba2aa8..a0c6f6b 100644
9 --- a/gx86/eclass/distutils-r1.eclass
10 +++ b/gx86/eclass/distutils-r1.eclass
11 @@ -384,7 +384,7 @@ distutils-r1_run_phase() {
12 else
13 (
14 multijob_child_init
15 - "${@}"
16 + "${@}" 2>&1 | tee -a "${T}/build-${EPYTHON}.log"
17 ) &
18 multijob_post_fork
19 fi
20 --
21 1.8.0