RESOLVED FIXED 134782
[Win] Remove uses of 'bash' in build system
https://bugs.webkit.org/show_bug.cgi?id=134782
Summary [Win] Remove uses of 'bash' in build system
Brent Fulgham
Reported 2014-07-09 16:12:26 PDT
To reduce dependency on Cygwin utilities, switch from using command line 'bash'. Replace Windows-specific bash scripts with Perl equivalents.
Attachments
Patch (99.30 KB, patch)
2014-07-09 16:25 PDT, Brent Fulgham
no flags
Patch (97.05 KB, patch)
2014-07-09 16:36 PDT, Brent Fulgham
no flags
Patch (97.01 KB, patch)
2014-07-09 16:42 PDT, Brent Fulgham
dino: review+
Radar WebKit Bug Importer
Comment 1 2014-07-09 16:13:58 PDT
Brent Fulgham
Comment 2 2014-07-09 16:25:48 PDT
Brent Fulgham
Comment 3 2014-07-09 16:36:28 PDT
Brent Fulgham
Comment 4 2014-07-09 16:42:20 PDT
Brent Fulgham
Comment 5 2014-07-09 16:43:12 PDT
Note: Added a drive-by fix for a typo in the Perl "grep" replacement. Instead of "perl -wnne", it should have been "perl -wnle"
Brent Fulgham
Comment 6 2014-07-09 16:44:21 PDT
It looks like EWS is unhappy because of the project file changes. :-(
Dean Jackson
Comment 7 2014-07-09 16:46:47 PDT
Comment on attachment 234669 [details] Patch rs=me
Brent Fulgham
Comment 8 2014-07-09 16:48:54 PDT
Note You need to log in before you can comment on or make changes to this bug.