From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755465Ab3LSRKd (ORCPT ); Thu, 19 Dec 2013 12:10:33 -0500 Received: from mail-ee0-f42.google.com ([74.125.83.42]:34821 "EHLO mail-ee0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751983Ab3LSRKc (ORCPT ); Thu, 19 Dec 2013 12:10:32 -0500 Date: Thu, 19 Dec 2013 18:10:27 +0100 From: Ingo Molnar To: David Chen Cc: Arnaldo Carvalho de Melo , lkml , Ingo Molnar , Jiri Olsa Subject: Re: [PATCH] perf config: ignore generated files in feature-checks Message-ID: <20131219171027.GD30382@gmail.com> References: <1387441761-2153-1-git-send-email-tuxoko@gmail.com> <20131219115833.GA11279@gmail.com> <20131219154642.GA24658@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * David Chen wrote: > How about this: > > test-* > !*.c Still looks a bit too generic to me. > So that we don't ignore *.c and we don't have to change file name. > Anyway, I'll reupload tomorrow when I have my computer. I think we should change the feature test binaries to an easy to match pattern. But either way it works for me. Thanks, Ingo