Alp Toker wrote:
* Built object files are scattered throughout the directory hierarchy, resulting in svn stat noise.

You can avoid this by using a separate objdir, when doing something like:

mkdir objdir
cd objdir
../autogen.sh
make

This way you get all the .o files inside your objdir.

There a small fix needed to make this possible when using autogen.sh (http://bugs.webkit.org/show_bug.cgi?id=16736).


Sylvain

_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to