[webkit-changes] [WebKit/WebKit] 11d2d6: [build] Fix WebCore/DerivedSources.make warnings

Dan Glastonbury noreply at github.com
Fri Dec 8 19:27:27 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 11d2d6e22640a9c11b094e17f5a5f7a110f790d3
      https://github.com/WebKit/WebKit/commit/11d2d6e22640a9c11b094e17f5a5f7a110f790d3
  Author: Dan Glastonbury <djg at apple.com>
  Date:   2023-12-08 (Fri, 08 Dec 2023)

  Changed paths:
    M Source/WebCore/DerivedSources.make

  Log Message:
  -----------
  [build] Fix WebCore/DerivedSources.make warnings
https://bugs.webkit.org/show_bug.cgi?id=266129
rdar://119412606

Reviewed by Tim Horton.

Processing of IDL files in WebCore produces the following warnings:

WebCore/DerivedSources.make:2465: warning: overriding commands for target `JSWebCodecsAudioData.cpp'
WebCore/DerivedSources.make:2465: warning: ignoring old commands for target `JSWebCodecsAudioData.cpp'
WebCore/DerivedSources.make:2465: warning: overriding commands for target `JSWebCodecsAudioData.h'
WebCore/DerivedSources.make:2465: warning: ignoring old commands for target `JSWebCodecsAudioData.h'

Remove double specification of WebCodecsAudioData.idl and sort WebCodecs IDLs
alphabetically.

* Source/WebCore/DerivedSources.make:

Canonical link: https://commits.webkit.org/271782@main




More information about the webkit-changes mailing list