Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753918Ab1DUUkP (ORCPT ); Thu, 21 Apr 2011 16:40:15 -0400 Received: from cantor2.suse.de ([195.135.220.15]:54103 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752150Ab1DUUkO (ORCPT ); Thu, 21 Apr 2011 16:40:14 -0400 Message-ID: <4DB09629.7080008@suse.cz> Date: Thu, 21 Apr 2011 22:40:09 +0200 From: Michal Marek User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Thunderbird/3.1.8 MIME-Version: 1.0 To: Steven Rostedt Cc: linux-kernel@vger.kernel.org, Ingo Molnar , Andrew Morton , Frederic Weisbecker , "H. Peter Anvin" , linux-kbuild@vger.kernel.org Subject: Re: [RFC][PATCH 07/11] kbuild/recordmcount: Add RECORDMCOUNT_WARN to warn about mcount callers References: <20110421022825.535486725@goodmis.org> <20110421023738.714956282@goodmis.org> In-Reply-To: <20110421023738.714956282@goodmis.org> Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 575 Lines: 16 On 21.4.2011 04:28, Steven Rostedt wrote: > +ifeq ("$(origin RECORDMCOUNT_WARN)", "command line") > + RECORDMCOUNT_FLAGS = -w > +endif RECORDMCOUNT_WARN is IMO unlikely to be used with some other meaning in the environment, so I think you can drop the origin check. Nevertheless Acked-by: Michal Marek Michal -- 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/