[syslinux] [patch] fix parallel building of tftp-hpa

Geert Stappers stappers at stappers.nl
Sat Jan 13 06:02:30 PST 2007


Op 25-12-2006 om 02:51 schreef Mike Frysinger:
> if you try to build tftp-hpa in parallel, it may fail as the tftp and tftpd 
> subdirs may try to link before the libcommon.a has a chance to be generated 
> in the common subdir
> 
> trivial patch attached to address this
> -mike



> --- Makefile
> +++ Makefile
> @@ -17,8 +17,8 @@
>  
>  all:      MCONFIG $(patsubst %, %.build, $(SUB))
>  
> -tftp.build: lib.build
> -tftpd.build: lib.build
> +tftp.build: lib.build common.build
> +tftpd.build: lib.build common.build
>  
>  install:  MCONFIG $(patsubst %, %.install, $(SUB))
>  

Thank you for the patch.


What is usually happens is that good patches / changes
get ((sadly) silent) included in the next release.



Disclaimer:
 This "thank you" doesn't mean the patch is actual accepted,
 it is H. Peter Anvin who decides.

 This writting may offend hpa, but I assume he reads
 a "Stappers cares about the syslinux project"



Cheers
Geert Stappers




More information about the Syslinux mailing list