Changeset 281549 in webkit


Ignore:
Timestamp:
Aug 24, 2021, 11:21:58 PM (4 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, reverting r281540.
https://bugs.webkit.org/show_bug.cgi?id=229487

causes local builds to fail reliably

Reverted changeset:

"Improve diagnostics for missing files in DerivedSources.make"
https://bugs.webkit.org/show_bug.cgi?id=229348
https://commits.webkit.org/r281540

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r281548 r281549  
     12021-08-24  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, reverting r281540.
     4        https://bugs.webkit.org/show_bug.cgi?id=229487
     5
     6        causes local builds to fail reliably
     7
     8        Reverted changeset:
     9
     10        "Improve diagnostics for missing files in DerivedSources.make"
     11        https://bugs.webkit.org/show_bug.cgi?id=229348
     12        https://commits.webkit.org/r281540
     13
    1142021-08-24  Ryosuke Niwa  <rniwa@webkit.org>
    215
  • trunk/Source/WebCore/DerivedSources.make

    r281540 r281549  
    16411641all : $(USER_AGENT_SCRIPTS_FILES)
    16421642
    1643 $(JavaScriptCore_SCRIPTS_DIR)/make-js-file-arrays.py :
    1644         $(error $@ is not found, expected to exist in $(realpath $(dir $@)))
    1645 
    16461643$(USER_AGENT_SCRIPTS_FILES_PATTERNS) : $(JavaScriptCore_SCRIPTS_DIR)/make-js-file-arrays.py $(USER_AGENT_SCRIPTS)
    16471644        $(PYTHON) $(JavaScriptCore_SCRIPTS_DIR)/make-js-file-arrays.py -n WebCore --fail-if-non-ascii $(USER_AGENT_SCRIPTS_FILES) $(USER_AGENT_SCRIPTS)
     
    19771974# generated should not affect other builtins when not passing '--combined' to the generator.
    19781975
    1979 $(JavaScriptCore_SCRIPTS_DIR)/UpdateContents.py :
    1980         $(error $@ is not found, expected to exist in $(realpath $(dir $@)))
    1981 
    1982 $(BUILTINS_GENERATOR_SCRIPTS) :
    1983         $(error $@ is not found, expected to exist in $(realpath $(dir $@)))
    1984 
    19851976WebCore_BUILTINS_SOURCES_LIST : $(JavaScriptCore_SCRIPTS_DIR)/UpdateContents.py $(WebCore)/DerivedSources.make
    19861977        $(PYTHON) $(JavaScriptCore_SCRIPTS_DIR)/UpdateContents.py '$(WebCore_BUILTINS_SOURCES)' $@
Note: See TracChangeset for help on using the changeset viewer.