Hi!

On Wed, Feb 21, 2007 at 11:53:55AM +0100, Christian Gmeiner wrote:
> I want all your opinons about my idea and maybe i am allowed to make a
> branch for testing and if everything works like expacted, we can merge
> it back to trunk.

Yes, this looks quite nice. Although resolving dependency order
shouldn't be necessary, as the process is already recursive. If package
A depends on package B, the build system will build package B before
building package A (if dependencies are correct). But if package B
depends on package C, package C will be built before package B, because
the dependencies of package B are checkt in exactly the same way as for
package A.
Another point is that I am currently implementing the parser/interpreter
for the info.nfo files we will introduce shortly. These files will
potentially include such information, so I think the best thing to do is
to wait until info.nfo is integrated, and to adopt your ideas to the new
system afterwards. Should be even easier then than now.

Greetings, Phil

_______________________________________________
freewrt-developers mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-developers

Reply via email to