Title: [153312] trunk/Source
- Revision
- 153312
- Author
- [email protected]
- Date
- 2013-07-25 04:19:53 -0700 (Thu, 25 Jul 2013)
Log Message
Source/_javascript_Core: Unreviewed, further build fixing on the GTK port.
* GNUmakefile.list.am: Add CompilationResult source files to the build.
Source/WTF: Unreviewed, further GTK build fixing.
* GNUmakefile.am: Make libWTF.la depend on any changes made to the build targets list.
* GNUmakefile.list.am: Add SixCharacterHash source files to the build.
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (153311 => 153312)
--- trunk/Source/_javascript_Core/ChangeLog 2013-07-25 10:54:38 UTC (rev 153311)
+++ trunk/Source/_javascript_Core/ChangeLog 2013-07-25 11:19:53 UTC (rev 153312)
@@ -1,5 +1,11 @@
2013-07-25 Zan Dobersek <[email protected]>
+ Unreviewed, further build fixing on the GTK port.
+
+ * GNUmakefile.list.am: Add CompilationResult source files to the build.
+
+2013-07-25 Zan Dobersek <[email protected]>
+
Unreviewed GTK build fixing.
* GNUmakefile.am: Make the shared libjsc library depend on any changes to the build target list.
Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (153311 => 153312)
--- trunk/Source/_javascript_Core/GNUmakefile.list.am 2013-07-25 10:54:38 UTC (rev 153311)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am 2013-07-25 11:19:53 UTC (rev 153312)
@@ -664,6 +664,8 @@
Source/_javascript_Core/runtime/CommonIdentifiers.h \
Source/_javascript_Core/runtime/CommonSlowPaths.cpp \
Source/_javascript_Core/runtime/CommonSlowPaths.h \
+ Source/_javascript_Core/runtime/CompilationResult.cpp \
+ Source/_javascript_Core/runtime/CompilationResult.h \
Source/_javascript_Core/runtime/Completion.cpp \
Source/_javascript_Core/runtime/Completion.h \
Source/_javascript_Core/runtime/ConstructData.cpp \
Modified: trunk/Source/WTF/ChangeLog (153311 => 153312)
--- trunk/Source/WTF/ChangeLog 2013-07-25 10:54:38 UTC (rev 153311)
+++ trunk/Source/WTF/ChangeLog 2013-07-25 11:19:53 UTC (rev 153312)
@@ -1,3 +1,10 @@
+2013-07-25 Zan Dobersek <[email protected]>
+
+ Unreviewed, further GTK build fixing.
+
+ * GNUmakefile.am: Make libWTF.la depend on any changes made to the build targets list.
+ * GNUmakefile.list.am: Add SixCharacterHash source files to the build.
+
2013-07-25 Csaba Osztrogonác <[email protected]>
[GTK] Similar fix to r153304.
Modified: trunk/Source/WTF/GNUmakefile.am (153311 => 153312)
--- trunk/Source/WTF/GNUmakefile.am 2013-07-25 10:54:38 UTC (rev 153311)
+++ trunk/Source/WTF/GNUmakefile.am 2013-07-25 11:19:53 UTC (rev 153312)
@@ -3,6 +3,9 @@
noinst_LTLIBRARIES += \
libWTF.la
+wtf_lib_for_dep = libWTF.la
+$(wtf_lib_for_dep): $(srcdir)/Source/WTF/GNUmakefile.list.am
+
libWTF_la_LDFLAGS = \
$(no_undefined)
Modified: trunk/Source/WTF/GNUmakefile.list.am (153311 => 153312)
--- trunk/Source/WTF/GNUmakefile.list.am 2013-07-25 10:54:38 UTC (rev 153311)
+++ trunk/Source/WTF/GNUmakefile.list.am 2013-07-25 11:19:53 UTC (rev 153312)
@@ -149,6 +149,8 @@
Source/WTF/wtf/SentinelLinkedList.h \
Source/WTF/wtf/SimpleStats.h \
Source/WTF/wtf/SinglyLinkedList.h \
+ Source/WTF/wtf/SixCharacterHash.cpp \
+ Source/WTF/wtf/SixCharacterHash.h \
Source/WTF/wtf/Spectrum.h \
Source/WTF/wtf/StackBounds.cpp \
Source/WTF/wtf/StackBounds.h \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes