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



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to