From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de ([195.135.220.15]:37668 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751411AbcD0JAT (ORCPT ); Wed, 27 Apr 2016 05:00:19 -0400 Subject: Re: [PATCH] kbuild: adjust ksym_dep_filter for some cmd_* renames References: From: Michal Marek Message-ID: <57207F9F.2040206@suse.com> Date: Wed, 27 Apr 2016 11:00:15 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Nicolas Pitre Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org On 2016-04-26 17:21, Nicolas Pitre wrote: > > The following renames occurred recently: > > cmd_cc_i_c --> cmd_cpp_i_c > cmd_as_s_S --> cmd_cpp_s_S > > The respective cc_*_c and as_*_S patterns no longer match the above > therefore additional patterns are needed. > > Signed-off-by: Nicolas Pitre Thanks, applied to kbuild.git#kbuild. Michal