[Webkit-unassigned] [Bug 101581] New: [GTK] Do not use 'ls' to list IDL files in EXTRA_DIST

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 8 03:32:07 PST 2012


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

           Summary: [GTK] Do not use 'ls' to list IDL files in EXTRA_DIST
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xan.lopez at gmail.com


There's really no need to do so, and it will fail in a noisy way when a file is not present:

ls: cannot access ../../Source/WebCore/editing/*.idl: No such file or directory

Instead just use normal wildcards with $(wildcard). Patch attached, verified that make dist still works with it.

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