|
From: | Chris Vetter |
Subject: | Re: How to control when SUBPROJECTS are compiled ? |
Date: | Sun, 30 Jul 2006 15:48:38 +0200 |
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 Y
Yes, 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. -- Chris
[Prev in Thread] | Current Thread | [Next in Thread] |