Re: [PATCH 15/15] kbuild: compile test UAPI headers to ensure they are self-contained

From: Masahiro Yamada
Date: Sat Jun 22 2019 - 01:40:37 EST


On Sat, Jun 22, 2019 at 2:12 PM Masahiro Yamada
<yamada.masahiro@xxxxxxxxxxxxx> wrote:
>
> On Sat, Jun 22, 2019 at 4:05 AM Arnd Bergmann <arnd@xxxxxxxx> wrote:
> >
> > On Tue, Jun 4, 2019 at 12:16 PM Masahiro Yamada
> > <yamada.masahiro@xxxxxxxxxxxxx> wrote:
> >
> > > --- a/Makefile
> > > +++ b/Makefile
> > > @@ -1363,7 +1363,7 @@ CLEAN_DIRS += $(MODVERDIR) include/ksym
> > > CLEAN_FILES += modules.builtin.modinfo
> > >
> > > # Directories & files removed with 'make mrproper'
> > > -MRPROPER_DIRS += include/config usr/include include/generated \
> > > +MRPROPER_DIRS += include/config include/generated \
> > > arch/$(SRCARCH)/include/generated .tmp_objdiff
> > > MRPROPER_FILES += .config .config.old .version \
> > > Module.symvers tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS \
> >
> > This change seems to have caused a minor regression:
> >
> > $ make clean ; make clean
> > find: â*â: No such file or directory
>
> Hmm, I cannot reproduce this.
>
> I checked the latest linux-next.
>
>
> masahiro@grover:~/ref/linux-next$ git describe
> next-20190621
> masahiro@grover:~/ref/linux-next$ make clean; make clean
> masahiro@grover:~/ref/linux-next$
>
>

Ah, now I was able to reproduce it.

Will fix it soon. Thanks.



--
Best Regards
Masahiro Yamada