George R. Goffe
2008-Oct-17 02:52 UTC
[syslinux] Possible problems with the git repository.
Howdy, I just did a git clone for the latest syslinux and when I entered the make command the build ended with an error. I also had to back level my git installation because "git clone url" doesn't seem to want to work any more yet it's what was on the web page. Regards, George... perl cptable.pl UnicodeData iso8859-8.txt iso8859-8.txt iso8859-8.cp perl cptable.pl UnicodeData iso8859-9.txt iso8859-9.txt iso8859-9.cp make[1]: Leaving directory `/tools/pxelinux/pxelinux/codepage' make[1]: Entering directory `/tools/pxelinux/pxelinux/core' .depend:1: *** multiple target patterns. Stop. make[1]: Leaving directory `/tools/pxelinux/pxelinux/core' make: *** [all] Error 2
H. Peter Anvin
2008-Oct-17 06:22 UTC
[syslinux] Possible problems with the git repository.
George R. Goffe wrote:> Howdy, > > I just did a git clone for the latest syslinux and when I entered the > make command the build ended with an error. > > I also had to back level my git installation because "git clone url" > doesn't seem to want to work any more yet it's what was on the web page. > > Regards, > > George... > > perl cptable.pl UnicodeData iso8859-8.txt iso8859-8.txt iso8859-8.cp > perl cptable.pl UnicodeData iso8859-9.txt iso8859-9.txt iso8859-9.cp > make[1]: Leaving directory `/tools/pxelinux/pxelinux/codepage' > make[1]: Entering directory `/tools/pxelinux/pxelinux/core' > .depend:1: *** multiple target patterns. Stop. > make[1]: Leaving directory `/tools/pxelinux/pxelinux/core' > make: *** [all] Error 2 >You probably want to do a "make spotless"; there is stuff there which is really broken. I'm wondering a bit, also, about your "git clone" problem being possibly related. -hpa