On Wed, 2011-02-16 at 11:56 -0800, bsquared wrote: > I have a question about rebuilding dependencies, why do they rebuild > every time? For example, I am now watching gtk+-3 build for the nth > time since I got my environment unscrewed. > > Is it because they are changing, or do I have to set a property in the > configuration file?
It is because they are changing. In this specific case, see the gtk+ log for git master here: http://git.gnome.org/browse/gtk+/log/ AFAIK rebuilding modules is skipped when there have been no changes in the meantime (means: same git revision as in repository), or of course when you use the --no-network parameter. andre -- mailto:[email protected] | failed http://blogs.gnome.org/aklapper | http://www.openismus.com _______________________________________________ gnome-love mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-love
