Bug 20182 - use --outputDir option of make_names.pl instead of --output
Summary: use --outputDir option of make_names.pl instead of --output
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-26 16:40 PDT by Jan Alonzo
Modified: 2008-07-27 03:44 PDT (History)
0 users

See Also:


Attachments
patch to fix the build scripts (11.71 KB, patch)
2008-07-26 16:41 PDT, Jan Alonzo
eric: review+
Details | Formatted Diff | Diff
updated: remove output for DerivedSources.make (12.44 KB, patch)
2008-07-26 23:12 PDT, Jan Alonzo
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Alonzo 2008-07-26 16:40:54 PDT
make_names.pl recognizes 'outputDir' as an option and not 'output'. We should be using --outputDir in our build scripts.
Comment 1 Jan Alonzo 2008-07-26 16:41:56 PDT
Created attachment 22495 [details]
patch to fix the build scripts

Fixes DerivedSources.make, GNUmakefile.am and WebCore.pro.
Comment 2 Mark Rowe (bdash) 2008-07-26 21:45:03 PDT
Is the argument needed?  If the scripts have been using the incorrect name for all this time and there have been no negative side effect, perhaps there is no need for it to be passed at all?
Comment 3 Eric Seidel (no email) 2008-07-26 22:42:40 PDT
Comment on attachment 22495 [details]
patch to fix the build scripts

Looks good.
Comment 4 Jan Alonzo 2008-07-26 23:12:09 PDT
Created attachment 22498 [details]
updated: remove output for DerivedSources.make

Patch updated to remove --output from DerivedSources.make since it's not needed there. Renaming --output to --outputDir for Qt and Gtk build scripts.
Comment 5 Eric Seidel (no email) 2008-07-27 02:25:24 PDT
Comment on attachment 22498 [details]
updated: remove output for DerivedSources.make

Looks fine.
Comment 6 Jan Alonzo 2008-07-27 03:44:14 PDT
Thanks. Landed in r35402