[syslinux] [syslinux:master] lua: Modernize the Makefile

H. Peter Anvin hpa at zytor.com
Fri Jul 2 11:50:27 PDT 2010


On 07/02/2010 11:38 AM, Geert Stappers wrote:
> Op 20100702 om 11:21 schreef syslinux-bot for H. Peter Anvin:
>>
>> lua: Modernize the Makefile
>       <bigsnip/> 
>> -liblua.a: $(LIBLUA_OBJS)
>> +$(LIBLUA) : $(LIBLUA_OBJS)
>> +	rm -f $@
>>  	$(AR) cq $@ $^
>>  	$(RANLIB) $@
> 
> FWIW: Today I also found that missing `rm -f $@`
> 

It's a common problem; a lot of people don't even know that "ar" was
designed as a file archive, not as a library manager.

	-hpa




More information about the Syslinux mailing list