Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1567659
| Path | csiph.com!1.us.feeder.erje.net!2.us.feeder.erje.net!2.eu.feeder.erje.net!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Arnaldo Carvalho de Melo <acme@kernel.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] tools build: add tools tree support for 'make -s' |
| Date | Thu, 26 Jan 2017 20:40:02 +0100 |
| Message-ID | <t3Y3M-2To-13@gated-at.bofh.it> (permalink) |
| References | <t1bTA-4A2-9@gated-at.bofh.it> <t1cmB-4YW-1@gated-at.bofh.it> <t3xwD-3oV-41@gated-at.bofh.it> |
| X-Original-To | Peter Zijlstra <peterz@infradead.org> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| X-URL | http://acmel.wordpress.com |
| User-Agent | Mutt/1.7.1 (2016-10-04) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 30 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Josh Poimboeuf <jpoimboe@redhat.com>, linux-kernel@vger.kernel.org, Jiri Olsa <jolsa@kernel.org>, Michal Marek <mmarek@suse.com>, Ingo Molnar <mingo@redhat.com> |
| X-Original-Date | Thu, 26 Jan 2017 16:30:25 -0300 |
| X-Original-Message-ID | <20170126193025.GA17504@kernel.org> |
| X-Original-References | <768b3af12da974282bbc0274550e74763d8fae78.1484797054.git.jpoimboe@redhat.com> <e8967562ef640c3ae9a76da4ae0f4e47df737c34.1484799200.git.jpoimboe@redhat.com> <20170125151257.GO6500@twins.programming.kicks-ass.net> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1567659 |
Show key headers only | View raw
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 some combination of missing and broken. > > > > Three changes are needed to fix it: > > > > - Makefile: propagate '-s' to the sub-make's MAKEFLAGS variable so the > > tools Makefiles can see it. > > > > - tools/scripts/Makefile.include: fix the tools Makefiles' ability to > > recognize '-s'. The MAKE_VERSION and MAKEFLAGS checks are copied from > > the top-level Makefile. This silences the "DESCEND objtool" message. > > > > - tools/build/Makefile.build: add support to the tools Build files for > > recognizing '-s'. Again the MAKE_VERSION and MAKEFLAGS checks are > > copied from the top-level Makefile. This silences all the object > > compile/link messages. > > > > Reported-by: Peter Zijlstra <peterz@infradead.org> > > Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> > > Awesome, seems to work! > > Tested-by: Peter Zijlstra (Intel) <peterz@infradead.org> Thanks, applied. - Arnaldo
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] tools build: add tools tree support for 'make -s' Josh Poimboeuf <jpoimboe@redhat.com> - 2017-01-19 04:50 +0100
[PATCH v2] tools build: add tools tree support for 'make -s' Josh Poimboeuf <jpoimboe@redhat.com> - 2017-01-19 05:20 +0100
Re: [PATCH v2] tools build: add tools tree support for 'make -s' Peter Zijlstra <peterz@infradead.org> - 2017-01-25 16:20 +0100
Re: [PATCH v2] tools build: add tools tree support for 'make -s' Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-01-26 20:40 +0100
csiph-web