Bug 82267 - Build system prep work for upstreaming iOS changes
Summary: Build system prep work for upstreaming iOS changes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-26 17:20 PDT by David Kilzer (:ddkilzer)
Modified: 2012-03-26 20:59 PDT (History)
6 users (show)

See Also:


Attachments
Patch (3.06 KB, patch)
2012-03-26 17:20 PDT, David Kilzer (:ddkilzer)
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2012-03-26 17:20:56 PDT
Created attachment 133934 [details]
Patch

Reviewed by NOBODY (OOPS!).

* DerivedSources.make: Move 'bison' into a variable and use
xcrun to find it on Mac OS X.
* bindings/scripts/preprocessor.pm:
(applyPreprocessor): Add local @args variable.
---
 3 files changed, 27 insertions(+), 4 deletions(-)
Comment 1 WebKit Review Bot 2012-03-26 17:24:22 PDT
Attachment 133934 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1
Source/WebCore/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 2 Mark Rowe (bdash) 2012-03-26 17:28:57 PDT
Comment on attachment 133934 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=133934&action=review

r=me

> Source/WebCore/ChangeLog:10
> +        (applyPreprocessor): Add local @args variable.

An explanation of the benefit of this @args variable wouldn't hurt.

> Source/WebCore/bindings/scripts/preprocessor.pm:55
> +        $preprocessor = $gccLocation;
> +        push(@args, qw(-E -P -x c++));

It seems like the $gccLocation variable is now redundant.
Comment 3 David Kilzer (:ddkilzer) 2012-03-26 20:59:04 PDT
Committed r112203: <http://trac.webkit.org/changeset/112203>