[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20191029090941.GK1554@sasha-vm>
Date: Tue, 29 Oct 2019 05:09:41 -0400
From: Sasha Levin <sashal@...nel.org>
To: Masahiro Yamada <yamada.masahiro@...ionext.com>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
stable <stable@...r.kernel.org>,
Matthias Maennich <maennich@...gle.com>,
Jessica Yu <jeyu@...nel.org>,
Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>
Subject: Re: [PATCH AUTOSEL 5.3 50/89] kbuild: fix build error of 'make
nsdeps' in clean tree
On Sat, Oct 19, 2019 at 09:14:13AM +0900, Masahiro Yamada wrote:
>On Sat, Oct 19, 2019 at 7:04 AM Sasha Levin <sashal@...nel.org> wrote:
>>
>> From: Masahiro Yamada <yamada.masahiro@...ionext.com>
>>
>> [ Upstream commit d85103ac78a6d8573b21348b36f4cca2e1839a31 ]
>>
>> Running 'make nsdeps' in a clean source tree fails as follows:
>>
>> $ make -s clean; make -s defconfig; make nsdeps
>> [ snip ]
>> awk: fatal: cannot open file `init/modules.order' for reading (No such file or directory)
>> make: *** [Makefile;1307: modules.order] Error 2
>> make: *** Deleting file 'modules.order'
>> make: *** Waiting for unfinished jobs....
>>
>> The cause of the error is 'make nsdeps' does not build modules at all.
>> Set KBUILD_MODULES to fix it.
>>
>> Reviewed-by: Matthias Maennich <maennich@...gle.com>
>> Signed-off-by: Masahiro Yamada <yamada.masahiro@...ionext.com>
>> Signed-off-by: Jessica Yu <jeyu@...nel.org>
>> Signed-off-by: Sasha Levin <sashal@...nel.org>
>> ---
>
>nsdeps was introduced in v5.4
>
>Please do not backport this commit.
I've dropped it everywhere, thank you.
--
Thanks,
Sasha
Powered by blists - more mailing lists