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 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 827 bytes Desc: not available URL: <http://www.zytor.com/pipermail/syslinux/attachments/20061225/a13944cd/attachment.sig> -------------- next part -------------- A non-text attachment was scrubbed... Name: tftp-hpa-0.45-parallel.patch Type: text/x-diff Size: 274 bytes Desc: not available URL: <http://www.zytor.com/pipermail/syslinux/attachments/20061225/a13944cd/attachment.bin>
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
Geert Stappers wrote:> > Thank you for the patch. > > What is usually happens is that good patches / changes > get ((sadly) silent) included in the next release. >Note that you can check the syslinux and tftp-hpa git trees at http://www.kernel.org/git/ to see exactly what patches have gone in or not. This one I unfortunately missed; I just added it to the git tree and it will be 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" >Not at all. The world is always better with a few more thank yous. There are way too few of them as it is. Thank you for doing that :) -hpa
Geert Stappers wrote:> > Thank you for the patch. > > What is usually happens is that good patches / changes > get ((sadly) silent) included in the next release. >Note that you can check the syslinux and tftp-hpa git trees at http://www.kernel.org/git/ to see exactly what patches have gone in or not. This one I unfortunately missed; I just added it to the git tree and it will be 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" >Not at all. The world is always better with a few more thank yous. There are way too few of them as it is. Thank you for doing that :) -hpa