Title: [88116] trunk
Revision
88116
Author
[email protected]
Date
2011-06-04 10:23:32 -0700 (Sat, 04 Jun 2011)

Log Message

2011-06-04  Martin Robinson  <[email protected]>

        Fix the GTK+ build.

        * bindings/gobject/GNUmakefile.am: Make the GObject build less noisy.
2011-06-04  Martin Robinson  <[email protected]>

        Fix the GTK+ build.

        * GNUmakefile.am: Add some missing newline escape.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (88115 => 88116)


--- trunk/Source/WebCore/ChangeLog	2011-06-04 17:14:22 UTC (rev 88115)
+++ trunk/Source/WebCore/ChangeLog	2011-06-04 17:23:32 UTC (rev 88116)
@@ -1,3 +1,9 @@
+2011-06-04  Martin Robinson  <[email protected]>
+
+        Fix the GTK+ build.
+
+        * bindings/gobject/GNUmakefile.am: Make the GObject build less noisy.
+
 2011-06-03  Dimitri Glazkov  <[email protected]>
 
         Reviewed by Darin Adler.

Modified: trunk/Source/WebCore/bindings/gobject/GNUmakefile.am (88115 => 88116)


--- trunk/Source/WebCore/bindings/gobject/GNUmakefile.am	2011-06-04 17:14:22 UTC (rev 88115)
+++ trunk/Source/WebCore/bindings/gobject/GNUmakefile.am	2011-06-04 17:23:32 UTC (rev 88116)
@@ -437,6 +437,5 @@
 # Filter out SVG for now
 gdom_feature_defines := $(filter-out ENABLE_INDEXED_DATABASE=1, $(filter-out ENABLE_SVG%, $(FEATURE_DEFINES)))
 DerivedSources/webkit/WebKitDOM%.cpp DerivedSources/webkit/WebKitDOM%.h DerivedSources/webkit/WebKitDOM%Private.h:: %.idl $(SCRIPTS_BINDINGS) $(WebCore)/bindings/scripts/CodeGeneratorGObject.pm $(WebCore)/bindings/gobject/GNUmakefile.am
-	echo $(gdom_feature_defines)
 	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $(WebCore)/bindings/scripts/generate-bindings.pl --include $(WebCore)/dom --include $(WebCore)/html --include $(WebCore)/css --include $(WebCore)/page --include $(WebCore)/xml --include $(WebCore)/svg --outputDir "$(GENSOURCES_WEBKIT)" --defines "LANGUAGE_GOBJECT=1 $(gdom_feature_defines)" --generator GObject $<
 

Modified: trunk/Tools/ChangeLog (88115 => 88116)


--- trunk/Tools/ChangeLog	2011-06-04 17:14:22 UTC (rev 88115)
+++ trunk/Tools/ChangeLog	2011-06-04 17:23:32 UTC (rev 88116)
@@ -1,3 +1,9 @@
+2011-06-04  Martin Robinson  <[email protected]>
+
+        Fix the GTK+ build.
+
+        * GNUmakefile.am: Add some missing newline escape.
+
 2011-06-03  Martin Robinson  <[email protected]>
 
         Try to fix the GTK+ bulid.

Modified: trunk/Tools/GNUmakefile.am (88115 => 88116)


--- trunk/Tools/GNUmakefile.am	2011-06-04 17:14:22 UTC (rev 88115)
+++ trunk/Tools/GNUmakefile.am	2011-06-04 17:23:32 UTC (rev 88116)
@@ -56,7 +56,7 @@
 	$(global_cppflags) \
 	$(webcore_cppflags) \
 	$(webcoregtk_cppflags) \
-	$(_javascript_core_cppflags)
+	$(_javascript_core_cppflags) \
 	-I$(top_builddir)/DerivedSources \
 	-I$(top_builddir)/DerivedSources/WebCore
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to