[Webkit-unassigned] [Bug 88407] WebKit-GTK 1.8.1 does not build on OS X 10.7
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 3 08:13:48 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=88407
Alberto Garcia <berto at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #220304| |review?
Flag| |
--- Comment #6 from Alberto Garcia <berto at igalia.com> 2014-01-03 08:11:37 PST ---
Created an attachment (id=220304)
--> (https://bugs.webkit.org/attachment.cgi?id=220304&action=review)
Patch
(In reply to comment #5)
> $(AM_V_at)($(foreach idl, $(dom_binding_idls), echo $(idl) &&) echo -n) >> $(idl_files_list)
> Hum, not sure. My shell programming skills are rusty :) Is that echo
> -n call really needed?
That's because you need a final command after the last &&.
I think we can replace 'echo -n' with 'true' or ':'.
--
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