[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNATcp8isvRG2M83_egBf9vocLoefFRJTSc4tyaV8SVK+Mg@mail.gmail.com>
Date: Tue, 19 Feb 2019 23:52:07 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>
Cc: Michal Marek <michal.lkml@...kovi.net>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] kbuild: descend to scripts/kconfig/ directly when
syncconfig is needed
On Thu, Jan 24, 2019 at 1:25 PM Masahiro Yamada
<yamada.masahiro@...ionext.com> wrote:
>
> On Fri, Jan 18, 2019 at 5:17 PM Masahiro Yamada
> <yamada.masahiro@...ionext.com> wrote:
> >
> > The recursion of the top Makefile is inefficient.
> > Just descend to scripts/kconfig/.
> >
> > Signed-off-by: Masahiro Yamada <yamada.masahiro@...ionext.com>
> > ---
>
> Applied to linux-kbuild.
I dropped this patch from my tree
because it has a drawback.
When I run 'make' in a pristine source tree,
I see a strange 'scripts/basic/fixdep: not found' error message.
$ make mrproper; make
HOSTCC scripts/kconfig/conf.o
/bin/sh: 1: scripts/basic/fixdep: not found
make[1]: *** [scripts/Makefile.host;109: scripts/kconfig/conf.o] Error 127
make[1]: *** Deleting file 'scripts/kconfig/conf.o'
Makefile:594: include/config/auto.conf: No such file or directory
make: *** [Makefile;634: include/config/auto.conf] Error 2
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists