Re: [OpenWrt-Devel] SDK Makefile Issue

2007-12-08 Thread Julien Pinon
Hi, Le samedi 08 décembre 2007 à 18:33, Gregers Petersen <[EMAIL PROTECTED]> écrivait : > Hi Julien > > Julien Pinon wrote: > >> I just added a patch to the ticket, that corrects the error for me. >> > > Would it be possible for you to past the patch on this list, in > regard to this procedu

Re: [OpenWrt-Devel] SDK Makefile Issue

2007-12-08 Thread Eric Bishop
Thanks for doing this. Your patch clearly implements correctly what was intended by the original, flawed, code. However, I am still curious: why is it necessary to run make twice on the packages that contain Config.in files? It seems by the time this code is reached, the packages have alread

Re: [OpenWrt-Devel] SDK Makefile Issue

2007-12-08 Thread Gregers Petersen
Hi Julien Julien Pinon wrote: > I just added a patch to the ticket, that corrects the error for me. > Would it be possible for you to past the patch on this list, in regard to this procedure: https://dev.openwrt.org/wiki/SubmittingPatches Chz -- Gregers Petersen, Anthropologist [EMAIL PROTE

Re: [OpenWrt-Devel] SDK Makefile Issue

2007-12-08 Thread Julien Pinon
Hi, Le jeudi 06 décembre 2007 à 20:12, Eric Bishop <[EMAIL PROTECTED]> écrivait : > When I build my own Kamikaze SDK and try to compile packages I > experience the issue documented here: https://dev.openwrt.org/ticket/2508 > I just added a patch to the ticket, that corrects the error for me. -

[OpenWrt-Devel] SDK Makefile Issue

2007-12-06 Thread Eric Bishop
When I build my own Kamikaze SDK and try to compile packages I experience the issue documented here: https://dev.openwrt.org/ticket/2508 I've been trying to fix this problem and it is clear that this portion of the Makefile in the root SDK directory (the make world definition) is causing the pr