[gentoo-dev] [PATCH multilib-build] Tee the build logs to ABI-specific files.

2013-02-21 Thread Michał Górny
This makes reading them a bit easier, especially with phases run in parallel. --- gx86/eclass/multilib-build.eclass | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gx86/eclass/multilib-build.eclass b/gx86/eclass/multilib-build.eclass index feac748..93c4335 100644 ---

Re: [gentoo-dev] [PATCH multilib-build] Tee the build logs to ABI-specific files.

2013-02-21 Thread Matt Turner
On Thu, Feb 21, 2013 at 3:27 AM, Michał Górny mgo...@gentoo.org wrote: This makes reading them a bit easier, especially with phases run in parallel. --- gx86/eclass/multilib-build.eclass | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git

Re: [gentoo-dev] [PATCH multilib-build] Tee the build logs to ABI-specific files.

2013-02-21 Thread Zac Medico
On 02/21/2013 03:27 AM, Michał Górny wrote: This makes reading them a bit easier, especially with phases run in parallel. --- gx86/eclass/multilib-build.eclass | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gx86/eclass/multilib-build.eclass

Re: [gentoo-dev] [PATCH multilib-build] Tee the build logs to ABI-specific files.

2013-02-21 Thread Michał Górny
On Thu, 21 Feb 2013 08:55:45 -0800 Zac Medico zmed...@gentoo.org wrote: On 02/21/2013 03:27 AM, Michał Górny wrote: This makes reading them a bit easier, especially with phases run in parallel. --- gx86/eclass/multilib-build.eclass | 7 --- 1 file changed, 4 insertions(+), 3

Re: [gentoo-dev] [PATCH multilib-build] Tee the build logs to ABI-specific files.

2013-02-21 Thread Zac Medico
On 02/21/2013 09:03 AM, Michał Górny wrote: On Thu, 21 Feb 2013 08:55:45 -0800 Zac Medico zmed...@gentoo.org wrote: Maybe use EBUILD_DEATH_HOOKS to display the locations of the logs? Is this documented somewhere? No, it doesn't seem to be documented in PMS, though some eclasses have been