From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752845AbbIPHaa (ORCPT ); Wed, 16 Sep 2015 03:30:30 -0400 Received: from ozlabs.org ([103.22.144.67]:42876 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752563AbbIPHa2 (ORCPT ); Wed, 16 Sep 2015 03:30:28 -0400 Date: Wed, 16 Sep 2015 17:30:25 +1000 From: Stephen Rothwell To: Jiri Olsa Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Jiri Olsa , Arnaldo Carvalho de Melo Subject: Re: linux-next: build failure after merge of the tip tree Message-ID: <20150916173025.7913543a@canb.auug.org.au> In-Reply-To: <20150916063817.GC22064@krava.redhat.com> References: <20150916101245.60235b54@canb.auug.org.au> <20150916061652.GB22064@krava.redhat.com> <20150916063817.GC22064@krava.redhat.com> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jiri, On Wed, 16 Sep 2015 08:38:17 +0200 Jiri Olsa wrote: > > > > Also, building perf seems to ignore O= on the make invocation. > > > Is that expected? > > > > hum, not sure about this one.. I'm not using it, but we have > > tests for this and I thought we're ok.. I'll check > > seems to work on latest Arnaldo's perf/core, > what command line failed for you? > > [jolsa@krava perf]$ make O=/tmp/krava/ > ... > [jolsa@krava perf]$ ll /tmp/krava/perf > -rwxrwxr-x. 1 jolsa jolsa 12669704 Sep 16 08:36 /tmp/krava/perf Thanks for the hint. I was using a relative path and starting in the top of the kernel tree, so: $ cd kernel $ mkdir ../perf $ make -s -C tools/perf JOBS=24 O=../perf put everything in toos/perf (no suprise really) I will change my script to use an absolute path (which I checked does work fine). Sorry for the noise. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au