[syslinux] syslinux-3.31

BuraphaLinux Server buraphalinuxserver at gmail.com
Mon Oct 2 20:13:48 PDT 2006


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.




More information about the Syslinux mailing list