From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755341AbcANOmZ (ORCPT ); Thu, 14 Jan 2016 09:42:25 -0500 Received: from mail.kernel.org ([198.145.29.136]:59165 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754116AbcANOmW (ORCPT ); Thu, 14 Jan 2016 09:42:22 -0500 Date: Thu, 14 Jan 2016 11:42:18 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: "Wangnan (F)" , linux-kernel@vger.kernel.org, pi3orama@163.com, lizefan@huawei.com, Jiri Olsa , Namhyung Kim Subject: Re: [PATCH 2/9] perf build: Pass O option to Makefile.perf in build-test Message-ID: <20160114144218.GS18367@kernel.org> References: <1452687442-6186-1-git-send-email-wangnan0@huawei.com> <1452687442-6186-3-git-send-email-wangnan0@huawei.com> <20160114093258.GA8715@krava.brq.redhat.com> <569770B6.4030803@huawei.com> <20160114142823.GR18367@kernel.org> <20160114143728.GA7309@krava.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160114143728.GA7309@krava.brq.redhat.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 Thu, Jan 14, 2016 at 03:37:28PM +0100, Jiri Olsa escreveu: > On Thu, Jan 14, 2016 at 11:28:23AM -0300, Arnaldo Carvalho de Melo wrote: > > Em Thu, Jan 14, 2016 at 05:56:06PM +0800, Wangnan (F) escreveu: > > > >>+ cmd="cd $(PERF) && make -f $(MK) $(PARALLEL_OPT) $(O_OPT) DESTDIR=$$TMP_DEST $($@)"; \ > > > >hum, but this set is to test make without O=... so why would you set it? > > > >run_O is the target for O=... tests > > > > > > I have strong motivation to avoid polluting source directory. > > > > yeah! > > heh, I knew you'd be excited ;-) but does that actually mean > that build-test will never run tests in source directory? Humm, I think this is something to be supported, but source code repository polution is really bad and a pet peeve I have with build-test, so the fact that Wang is working to remove that limitation is indeed exciting :-) - Arnaldo