see: http://trac.webkit.org/changeset/110296/trunk/Tools/GNUmakefile.am that should have been (note the additional `$` !!!): @$(AM_V_GEN)$(PYTHON) ... NOT ... @(AM_V_GEN)$(PYTHON) ... which causes a syntax error in /bin/sh (the @ tells make to run the following command silently).
Created attachment 131280 [details] simple fix self-explanatory :-)
Attachment 131280 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files']" exit_code: 1 Total errors found: 0 in 0 files If any of these errors are false positives, please file a bug against check-webkit-style.
Can you please provide a ChangeLog entry?
Created attachment 131341 [details] Patch
ok, i used `Tools/Scripts/webkit-patch upload` this time :-)
*** Bug 80695 has been marked as a duplicate of this bug. ***
Comment on attachment 131341 [details] Patch Clearing flags on attachment: 131341 Committed r110446: <http://trac.webkit.org/changeset/110446>
All reviewed patches have been landed. Closing bug.