On 11/07/07 20:12 +0200, Peter Stuge wrote:
On Wed, Jul 11, 2007 at 12:07:47PM -0600, Jordan Crouse wrote:
Until LAR gets seperated out into its own repository, I'm going to have to figure out a way to make buildROM build lar independently of the rest of the v3 code, and this is probably the best way.
Sorry, I disagree. :)
I would expect lar to be a target in util/
I agree. But as its written right now, the makefiles depend on the rules in the toplevel directory - so no matter where we define the target, it can only be called from the toplevel.
Now, if we moved the rules to a seperate rules file, and included _that_ from util/, then I'm with you... :)
Jordan