discuss-gnustep
[Top][All Lists]
Advanced

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

Dependencies in GNUstep make


From: Andreas Höschler
Subject: Dependencies in GNUstep make
Date: Thu, 26 Jan 2006 21:28:34 +0100

Hello all,

I observe the following difference between GNUstep make on MacOSX and GNUstep make on Solaris. Say I have the frameworks

MyEnterprise
MyDesign
MyAppKit

MyDesign depends on MyEnterprise and MyAppKit depends on MyDesign. When I modify a class in MyEnterprise and rebuild this framework, this leads to a complete rebuild of MyDesign and MyAppKit (when I issue make install in the corresponding directories) on Solaris while on MacOSX only those classes in MyDesign / MyAppKit are rebuilt that directly depend on the modified class of MyEnterprise.

Why exactly do both system behave differently here? I would like to get the MacOSX behaviour on Solaris as well since rebuilding the complete chain of frameworks is very expensive (takes hours).

Thanks a lot!

Regards,

  Andreas





reply via email to

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