From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932218AbcAHOdA (ORCPT ); Fri, 8 Jan 2016 09:33:00 -0500 Received: from mail.kernel.org ([198.145.29.136]:47939 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753209AbcAHOc5 (ORCPT ); Fri, 8 Jan 2016 09:32:57 -0500 Date: Fri, 8 Jan 2016 11:32:52 -0300 From: Arnaldo Carvalho de Melo To: Wang Nan Cc: jolsa@kernel.org, namhyung@kernel.or, lizefan@huawei.com, pi3orama@163.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/6] perf tools: Improve 'make build-test' Message-ID: <20160108143252.GG19314@kernel.org> References: <1452263041-225488-1-git-send-email-wangnan0@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1452263041-225488-1-git-send-email-wangnan0@huawei.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Fri, Jan 08, 2016 at 02:23:55PM +0000, Wang Nan escreveu: > There are some bugs and inconveniences in 'make build-test', causes > people with strong motivation to avoid writing to source directory > and people don't have plenty of time skip build-test before sending > patches. > > Patch 1 - 3 fixes some existing bug. Patch 4 speedup the test. > Patch 5 and 6 makes build-test obey 'O' option passes from cmdline > of the first 'make'. > > With these 6 patches I make build-test success in my environment > fully success the first time. Hey, I owe you some beer or other stuff you like first time we meet, now waiting for Jiri to chime in... Thanks! - Arnaldo > Wang Nan (6): > perf tools: Add -lutil in python lib list for broken python-config > perf tools: Add missing headers in perf's MANIFEST > perf tools: Fix phony build target for build-test > perf tools: Set parallel making options build-test > perf tools: Pass O option to Makefile.perf in build-test > perf tools: Test correct path of perf in build-test > > tools/perf/MANIFEST | 2 ++ > tools/perf/config/Makefile | 2 +- > tools/perf/tests/make | 56 +++++++++++++++++++++++++++++++++------------- > 3 files changed, 43 insertions(+), 17 deletions(-) > > -- > 1.8.3.4