[webkit-dev] How do do incremental build?
Gustavo Noronha Silva
gns at gnome.org
Wed Jul 2 04:23:18 PDT 2008
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 <gns at gnome.org>
GNOME contributor: http://www.gnome.org/
More information about the webkit-dev
mailing list