Title: [111295] releases/WebKitGTK/webkit-1.8/Tools
Diff
Modified: releases/WebKitGTK/webkit-1.8/Tools/ChangeLog (111294 => 111295)
--- releases/WebKitGTK/webkit-1.8/Tools/ChangeLog 2012-03-20 01:35:52 UTC (rev 111294)
+++ releases/WebKitGTK/webkit-1.8/Tools/ChangeLog 2012-03-20 01:37:22 UTC (rev 111295)
@@ -1,3 +1,12 @@
+2012-03-19 C Anthony Risinger <[email protected]>
+
+ [GTK] r110296 included an extra $ in @$(AM_V_GEN)
+ https://bugs.webkit.org/show_bug.cgi?id=80809
+
+ Reviewed by Philippe Normand.
+
+ * GNUmakefile.am: Add `$` to @(AM_V_GEN), else /bin/sh syntax error
+
2012-03-19 Ionut Biru <[email protected]>
[BUILD] use detected python to run generate-gtkdoc
Modified: releases/WebKitGTK/webkit-1.8/Tools/GNUmakefile.am (111294 => 111295)
--- releases/WebKitGTK/webkit-1.8/Tools/GNUmakefile.am 2012-03-20 01:35:52 UTC (rev 111294)
+++ releases/WebKitGTK/webkit-1.8/Tools/GNUmakefile.am 2012-03-20 01:37:22 UTC (rev 111295)
@@ -326,7 +326,7 @@
fi; \
fi
endif
- @(AM_V_GEN)$(PYTHON) $(srcdir)/Tools/gtk/generate-gtkdoc --rebase --virtual-root=$${DESTDIR}
+ @$(AM_V_GEN)$(PYTHON) $(srcdir)/Tools/gtk/generate-gtkdoc --rebase --virtual-root=$${DESTDIR}
uninstall-local:
@DOC_MODULE_VERSION=`cat ./Documentation/webkitgtk/version.xml`; \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes