Re: [PATCH v2] tools build: add tools tree support for 'make -s'

2017-01-26 Thread Arnaldo Carvalho de Melo
Em Wed, Jan 25, 2017 at 04:12:57PM +0100, Peter Zijlstra escreveu: > On Wed, Jan 18, 2017 at 10:16:55PM -0600, Josh Poimboeuf wrote: > > When doing a kernel build with 'make -s', everything is silenced except > > the objtool build. That's because the tools tree support for silent > > builds is som

Re: [PATCH v2] tools build: add tools tree support for 'make -s'

2017-01-25 Thread Peter Zijlstra
On Wed, Jan 18, 2017 at 10:16:55PM -0600, Josh Poimboeuf wrote: > When doing a kernel build with 'make -s', everything is silenced except > the objtool build. That's because the tools tree support for silent > builds is some combination of missing and broken. > > Three changes are needed to fix i