|
From: | Quentin Mathé |
Subject: | Re: How to control when SUBPROJECTS are compiled ? |
Date: | Sun, 30 Jul 2006 19:03:12 +0200 |
Le 30 juil. 06 à 15:48, Chris Vetter a écrit :
On 2006-07-30 15:28:15 +0200 Yves de Champlain <yves@gnu- darwin.org> wrote:It may be not a big deal, but it lacks some logic. there should be 2 kinds of subproject1- project X depends on subproject 1, 2, ... n 2- subprojects 1, 2, ... n depend on project YYes, but you're free to change the order of the listed sub-projects based on the dependency of each other.In example 1 you would write SUBPROJECTS = sub1 sub2 ... subn projectX and in example 2 SUBPROJECTS = projectY sub1 sub2 ... subn Sorry, but I still don't see the problem.
If you don't move your project code in subprojects, this isn't going to work because Project X and Project Y aren't subprojects but just different targets for the project (which owns the subprojects)… Hoping I have made no mistakes in my understanding of Yves' proposal :-)
Quentin. -- Quentin Mathé qmathe@club-internet.fr
[Prev in Thread] | Current Thread | [Next in Thread] |