I think I have tracked this down... it's a bug in GNU make 3.82. -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.
H. Peter Anvin wrote:>I think I have tracked this down... it's a bug in GNU make 3.82. > > -hpaI am using GNU Make 3.82 Built for i686-pc-linux-gnu from openSUSE and think I was able to build correctly objdump -h pxelinux.elf > pxelinux.sec perl lstadjust.pl pxelinux.lsr pxelinux.sec pxelinux.lst objcopy -O binary pxelinux.elf pxelinux.raw ../lzo/prepcore pxelinux.raw pxelinux.bin cp -f pxelinux.bin pxelinux.0 before commit "core: Add workaround in the Makefile for GNU Make 3.82 bug". Sebastian