Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752795AbbG1Nog (ORCPT ); Tue, 28 Jul 2015 09:44:36 -0400 Received: from foss.arm.com ([217.140.101.70]:59015 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751143AbbG1Nof (ORCPT ); Tue, 28 Jul 2015 09:44:35 -0400 Message-ID: <1438091072.2114.24.camel@arm.com> Subject: Re: [PATCH] perf tests: Adding build test for having ending slash in double slash From: Pawel Moll To: Jiri Olsa Cc: Arnaldo Carvalho de Melo , Peter Zijlstra , Ingo Molnar , Namhyung Kim , Adrian Hunter , "linux-kernel@vger.kernel.org" Date: Tue, 28 Jul 2015 14:44:32 +0100 In-Reply-To: <1438087252.2114.15.camel@arm.com> References: <1438015593-27983-1-git-send-email-pawel.moll@arm.com> <20150727182417.GD20509@krava.brq.redhat.com> <1438087252.2114.15.camel@arm.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 941 Lines: 31 On Tue, 2015-07-28 at 13:40 +0100, Pawel Moll wrote: > Interesting. Building from a perf-tar-src-pkg tarball works: > > $ rm -rf /tmp/krava/ && make install prefix=/tmp/krava > [...] > LINK perf > LINK libperf-gtk.so > INSTALL GTK UI > INSTALL binaries > INSTALL tests > INSTALL libexec > INSTALL perf-archive > INSTALL perf-with-kcore > INSTALL perl-scripts > INSTALL python-scripts > INSTALL perf_completion-script > > but it breaks indeed the way you pointed out when building in-tree... Ignore what I said above. The real issue is that $(realpath PATH) returns nothing if PATH does not actually exist. Didn't know that... Will send v2 soon. Pawel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/