[Webkit-unassigned] [Bug 34822] webkit-build-directory misuses terms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 10 17:49:14 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34822





--- Comment #1 from Mark Rowe (bdash) <mrowe at apple.com>  2010-02-10 17:49:13 PST ---
The current behavior seems to be:
webkit-build-directory -> WebKitBuild/Release
webkit-build-directory --debug -> WebKitBuild/Debug
webkit-build-directory --base -> WebKitBuild

I’m basically suggesting that we do the following:
webkit-build-directory -> error, need to specify which directory you want.
webkit-build-directory --configuration-build-directory -> WebKitBuild/Release
webkit-build-directory --configuration-build-directory --debug ->
WebKitBuild/Debug
webkit-build-directory --base-build-directory -> WebKitBuild

I don’t think that it is intuitive for a script named webkit-build-directory to
default to giving you the per-configuration build directory.  Making it
explicit which directory is being requested is much clearer.  The option names
I suggested may be a little verbose.  I just picked the most literal names
possible.

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


More information about the webkit-unassigned mailing list