BuraphaLinux Server wrote:> make spotless fails to remove 4 files:
>
> ./com32/lib/sys/vesa/.background.o.d
> ./com32/lib/sys/vesa/.drawtxt.o.d
> ./com32/lib/sys/vesa/.alphatbl.o.d
> ./com32/lib/sys/vesa/.initvesa.o.d
>
> This breaks the build since those files require redhat
> header file locations that don't exist on my system.
>
> Now I issue
>
> make spotless
> find . -name '.*.d' -exec rm {} \;
> make
>
> and things work, but I suspect removing those files
> should be done by make spotless.
>
They should be done by "make tidy", even... I have fixed this in the
current git tree already.
-hpa