Re: [gentoo-dev] [PATCH 1/4] multibuild: print only 'public' part of command-line.

2013-03-02 Thread Michał Górny
On Sat, 2 Mar 2013 14:52:25 -0800 Alec Warner wrote: > On Sat, Mar 2, 2013 at 1:42 PM, Michał Górny wrote: > > Shift the unnecessary 'private' commands from the printed commands when > > executing. > > > > That is: > > > > python_parallel_foreach_impl foo > > > > will print: > > > >

Re: [gentoo-dev] [PATCH 1/4] multibuild: print only 'public' part of command-line.

2013-03-02 Thread Alec Warner
On Sat, Mar 2, 2013 at 1:42 PM, Michał Górny wrote: > Shift the unnecessary 'private' commands from the printed commands when > executing. > > That is: > > python_parallel_foreach_impl foo > > will print: > > * pythonX.Y: foo > > rather than: > > * pythonX.Y: _multibuild_pa

[gentoo-dev] [PATCH 1/4] multibuild: print only 'public' part of command-line.

2013-03-02 Thread Michał Górny
Shift the unnecessary 'private' commands from the printed commands when executing. That is: python_parallel_foreach_impl foo will print: * pythonX.Y: foo rather than: * pythonX.Y: _multibuild_parallel _python_multibuild_wrapper ... --- gx86/eclass/multibuild.eclass |