[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
Mon Sep 17 07:33:06 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88407


Philippe Normand <pnormand at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pnormand at igalia.com




--- Comment #5 from Philippe Normand <pnormand at igalia.com>  2012-09-17 07:33:35 PST ---
The first echo -n:

    $(AM_V_at)echo -n > $(idl_files_list)

can be replaced by:

        >$(idl_files_list)

And for:

        $(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?

-- 
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