Title: [268571] trunk/Tools
Revision
268571
Author
[email protected]
Date
2020-10-15 18:51:40 -0700 (Thu, 15 Oct 2020)

Log Message

Attempt to fix the build.

* DumpRenderTree/DerivedSources.make: Don't use such fancy substitution, it wasn't working.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (268570 => 268571)


--- trunk/Tools/ChangeLog	2020-10-16 01:45:03 UTC (rev 268570)
+++ trunk/Tools/ChangeLog	2020-10-16 01:51:40 UTC (rev 268571)
@@ -1,3 +1,9 @@
+2020-10-15  Sam Weinig  <[email protected]>
+
+        Attempt to fix the build.
+
+        * DumpRenderTree/DerivedSources.make: Don't use such fancy substitution, it wasn't working.
+
 2020-10-15  Jonathan Bedard  <[email protected]>
 
         [webkitpy] Use webkitcorepy's autoinstaller for mechanize

Modified: trunk/Tools/DumpRenderTree/DerivedSources.make (268570 => 268571)


--- trunk/Tools/DumpRenderTree/DerivedSources.make	2020-10-16 01:45:03 UTC (rev 268570)
+++ trunk/Tools/DumpRenderTree/DerivedSources.make	2020-10-16 01:51:40 UTC (rev 268571)
@@ -34,7 +34,7 @@
     $(DumpRenderTree)/Scripts/PreferencesTemplates/TestOptionsGeneratedKeys.h.erb \
 #
 WEB_PREFERENCES_FILES = $(basename $(notdir $(WEB_PREFERENCES_TEMPLATES)))
-WEB_PREFERENCES_PATTERNS = $(subst .,%,$(WEB_PREFERENCES_FILES))
+WEB_PREFERENCES_PATTERNS = $(subst .erb,,$(WEB_PREFERENCES_FILES))
 
 all : $(WEB_PREFERENCES_FILES)
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to