From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-f201.google.com ([209.85.210.201]:47611 "EHLO mail-pf1-f201.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726080AbgAFHdm (ORCPT ); Mon, 6 Jan 2020 02:33:42 -0500 Received: by mail-pf1-f201.google.com with SMTP id e62so12167780pfh.14 for ; Sun, 05 Jan 2020 23:33:42 -0800 (PST) Date: Sun, 05 Jan 2020 23:33:39 -0800 In-Reply-To: <20200104150238.19834-2-masahiroy@kernel.org> Message-Id: Mime-Version: 1.0 References: <20200104150238.19834-1-masahiroy@kernel.org> <20200104150238.19834-2-masahiroy@kernel.org> Subject: Re: [PATCH v2 01/13] initramfs: replace klibcdirs in Makefile with FORCE From: Greg Thelen Content-Type: text/plain; charset="UTF-8" Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Masahiro Yamada , linux-kbuild@vger.kernel.org Cc: Andrew Morton , Sam Ravnborg , linux-kernel@vger.kernel.org Masahiro Yamada wrote: > 'klibcdirs' was added by commit d39a206bc35d ("kbuild: rebuild initramfs > if content of initramfs changes"). If this is just a matter of forcing > execution of the recipe line, we can replace it with FORCE. > > I do not understand the purpose of > > $(deps_initramfs): klibcdirs > > Remove it. > > Signed-off-by: Masahiro Yamada Reviewed-by: Greg Thelen