From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751933AbbDBOdy (ORCPT ); Thu, 2 Apr 2015 10:33:54 -0400 Received: from cantor2.suse.de ([195.135.220.15]:56175 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751448AbbDBOdu (ORCPT ); Thu, 2 Apr 2015 10:33:50 -0400 Message-ID: <551D534C.4060406@suse.cz> Date: Thu, 02 Apr 2015 16:33:48 +0200 From: Michal Marek User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Masahiro Yamada , linux-kbuild@vger.kernel.org CC: linux-kernel@vger.kernel.org Subject: Re: [PATCH] kbuild: do not add $(bounds-file) and $(offsets-file) to targets References: <1427371192-29966-1-git-send-email-yamada.masahiro@socionext.com> In-Reply-To: <1427371192-29966-1-git-send-email-yamada.masahiro@socionext.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015-03-26 12:59, Masahiro Yamada wrote: > $(always) is added to targets by scripts/Makefile.build. > Moreover, filechk does not need .*.cmd files. > > Adding these two files to targets is redundant. > > Signed-off-by: Masahiro Yamada Applied to kbuild.git#kbuild, thanks. Michal