On Tue, 2008-07-01 at 13:36 -0700, Joshua Chia wrote: > I made some changes to some GTK port-related code, specifically > RenderThemeGtk.cpp. Simply running make did not cause it to be > recompiled. How do I do incremental builds with proper dependency? > The clean build takes forever.
Running 'make' alone should do the job. Notice that you have to run that command in the top-level directory of the project, you cannot run it at WebKit/gtk/ and subdirectories. See you, -- Gustavo Noronha Silva <[EMAIL PROTECTED]> GNOME contributor: http://www.gnome.org/ _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

