[Webkit-unassigned] [Bug 16619] [GTK] Autotools shoud default to WebKitBuild as the build directory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 4 21:59:13 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16619


sylvain.pasche at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sylvain.pasche at gmail.com




------- Comment #1 from sylvain.pasche at gmail.com  2008-01-04 21:59 PDT -------
Usually the build directory is the current directory you are in when invoking
configure or autogen.sh.

I looked at a few autogen.sh scripts, and they always use the current working
directory as the objdir.

However, there could be a higher level script which would create the
WebKitBuild directory, and launch autogen.sh or configure from there. But I'm
not sure this brings a lot of added value.

We could rather correct the build documentation to use this WebKitBuild
directory (once bug 16736 is fixed):

Instead of 

./autogen.sh --prefix=/path/to/install/directory 
make

There would be:

mkdir WebKitBuild
cd WebKitBuild
../autogen.sh --prefix=/path/to/install/directory 
make


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list