Changeset 281549 in webkit
- Timestamp:
- Aug 24, 2021, 11:21:58 PM (4 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r281548 r281549 1 2021-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 1 14 2021-08-24 Ryosuke Niwa <rniwa@webkit.org> 2 15 -
trunk/Source/WebCore/DerivedSources.make
r281540 r281549 1641 1641 all : $(USER_AGENT_SCRIPTS_FILES) 1642 1642 1643 $(JavaScriptCore_SCRIPTS_DIR)/make-js-file-arrays.py :1644 $(error $@ is not found, expected to exist in $(realpath $(dir $@)))1645 1646 1643 $(USER_AGENT_SCRIPTS_FILES_PATTERNS) : $(JavaScriptCore_SCRIPTS_DIR)/make-js-file-arrays.py $(USER_AGENT_SCRIPTS) 1647 1644 $(PYTHON) $(JavaScriptCore_SCRIPTS_DIR)/make-js-file-arrays.py -n WebCore --fail-if-non-ascii $(USER_AGENT_SCRIPTS_FILES) $(USER_AGENT_SCRIPTS) … … 1977 1974 # generated should not affect other builtins when not passing '--combined' to the generator. 1978 1975 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 1985 1976 WebCore_BUILTINS_SOURCES_LIST : $(JavaScriptCore_SCRIPTS_DIR)/UpdateContents.py $(WebCore)/DerivedSources.make 1986 1977 $(PYTHON) $(JavaScriptCore_SCRIPTS_DIR)/UpdateContents.py '$(WebCore_BUILTINS_SOURCES)' $@
Note:
See TracChangeset
for help on using the changeset viewer.