From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756365AbbE2PpG (ORCPT ); Fri, 29 May 2015 11:45:06 -0400 Received: from mail.kernel.org ([198.145.29.136]:58174 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751298AbbE2Po5 (ORCPT ); Fri, 29 May 2015 11:44:57 -0400 Date: Fri, 29 May 2015 12:44:52 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: lkml , Peter Zijlstra , Paul Mackerras , David Ahern , Namhyung Kim , Ingo Molnar , Rabin Vincent Subject: Re: [PATCH] perf build: Do not fail on missing Build file Message-ID: <20150529154452.GX24859@kernel.org> References: <1432914178-24086-1-git-send-email-jolsa@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432914178-24086-1-git-send-email-jolsa@kernel.org> 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, May 29, 2015 at 05:42:58PM +0200, Jiri Olsa escreveu: > Allow nesting into directories without Build file. Currently we > force include of the Build file, which fails the build when the > Build file is missing. > > We already support empty *-in.o' objects if there's nothing in > the directory to be compiled, so we can just use it for missing > Build file cases. > > Also adding this case under tests. Thanks, applied. - Arnaldo