From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754190AbcAHOYj (ORCPT ); Fri, 8 Jan 2016 09:24:39 -0500 Received: from szxga01-in.huawei.com ([58.251.152.64]:36272 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751025AbcAHOYi (ORCPT ); Fri, 8 Jan 2016 09:24:38 -0500 From: Wang Nan To: , CC: , , , , Wang Nan Subject: [PATCH 0/6] perf tools: Improve 'make build-test' Date: Fri, 8 Jan 2016 14:23:55 +0000 Message-ID: <1452263041-225488-1-git-send-email-wangnan0@huawei.com> X-Mailer: git-send-email 1.8.3.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.107.193.248] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020203.568FC6A1.00A1,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: f127c6335161acd83acc8fdc238fabc7 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. 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