bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug #23262] sudo -E gmake install tries to run plmerge for aggregat


From: Quentin Mathé
Subject: Re: [bug #23262] sudo -E gmake install tries to run plmerge for aggregate project on FreeBSD
Date: Wed, 28 May 2008 12:19:47 +0200


Le 25 mai 08 à 12:00, Nicola Pero a écrit :

I just have a last question about the right inclusion of aggregate.make when combined when another makefile. Should aggregate.make be included before or
after framework.make (or application.make)?

The order determines the order in which they are built: the first that you include is built first. :-)

So, if you want the aggregate.make aggregate projects to be built first, you include it first; if you want
the framework to be built first, you include framework.make first. :-)

If the are dependencies between the two (eg, the aggregate projects use/link the framework, or the framework uses/links a framework built as part of the aggregate projects) then it might be important which one is included first, and you shouldn't swap them. In some other cases it doesn't matter
and you can swap them at will ;-)

Depending on how the dependencies work in the case of your Etoile project, one of the two
might be correct, while the other might not.

Thanks

Thanks for the explanation :-)
It seems there is no documentation about this here: <http://www.gnustep.org/resources/documentation/Developer/Make/Manual/make_toc.html > I think it would be helpful if the section about Aggregate and Subprojects could be expanded to explain this point among other things.

Quentin.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]