Title: [97754] trunk/Source
Revision
97754
Author
[email protected]
Date
2011-10-18 08:26:47 -0700 (Tue, 18 Oct 2011)

Log Message

Fix distcheck.

Patch by Gustavo Noronha Silva <[email protected]> on 2011-10-18

Source/_javascript_Core
* GNUmakefile.list.am: fix a typo and add a missing header to the
list.

Source/WebKit/gtk/po
* GNUmakefile.am: create po directory when it's not there yet both
when updating the pot and the po files.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (97753 => 97754)


--- trunk/Source/_javascript_Core/ChangeLog	2011-10-18 15:22:09 UTC (rev 97753)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-10-18 15:26:47 UTC (rev 97754)
@@ -1,3 +1,10 @@
+2011-10-18  Gustavo Noronha Silva  <[email protected]>
+
+        Fix distcheck.
+
+        * GNUmakefile.list.am: fix a typo and add a missing header to the
+        list.
+
 2011-10-18  Balazs Kelemen  <[email protected]>
 
         ParallelJobs: maximum number of threads should be determined dynamically

Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (97753 => 97754)


--- trunk/Source/_javascript_Core/GNUmakefile.list.am	2011-10-18 15:22:09 UTC (rev 97753)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am	2011-10-18 15:26:47 UTC (rev 97754)
@@ -108,7 +108,7 @@
 	Source/_javascript_Core/dfg/DFGAbstractState.cpp \
 	Source/_javascript_Core/dfg/DFGAbstractState.h \
 	Source/_javascript_Core/dfg/DFGAbstractValue.h \
-	Source/_javascript_Coer/dfg/DFGBasicBlock.h \
+	Source/_javascript_Core/dfg/DFGBasicBlock.h \
 	Source/_javascript_Core/dfg/DFGByteCodeParser.cpp \
 	Source/_javascript_Core/dfg/DFGByteCodeParser.h \
 	Source/_javascript_Core/dfg/DFGCapabilities.cpp \
@@ -367,6 +367,7 @@
 	Source/_javascript_Core/runtime/JSGlobalObjectFunctions.cpp \
 	Source/_javascript_Core/runtime/JSGlobalObjectFunctions.h \
 	Source/_javascript_Core/runtime/JSGlobalObject.h \
+	Source/_javascript_Core/runtime/JSGlobalThis.h \
 	Source/_javascript_Core/runtime/JSLock.cpp \
 	Source/_javascript_Core/runtime/JSLock.h \
 	Source/_javascript_Core/runtime/JSNotAnObject.cpp \

Modified: trunk/Source/WebKit/gtk/po/ChangeLog (97753 => 97754)


--- trunk/Source/WebKit/gtk/po/ChangeLog	2011-10-18 15:22:09 UTC (rev 97753)
+++ trunk/Source/WebKit/gtk/po/ChangeLog	2011-10-18 15:26:47 UTC (rev 97754)
@@ -1,3 +1,10 @@
+2011-10-18  Gustavo Noronha Silva  <[email protected]>
+
+        Fix distcheck.
+
+        * GNUmakefile.am: create po directory when it's not there yet both
+        when updating the pot and the po files.
+
 2011-09-26  Alejandro G. Castro  <[email protected]>
 
         [GTK] pot file is not properly remove during distcheck

Modified: trunk/Source/WebKit/gtk/po/GNUmakefile.am (97753 => 97754)


--- trunk/Source/WebKit/gtk/po/GNUmakefile.am	2011-10-18 15:22:09 UTC (rev 97753)
+++ trunk/Source/WebKit/gtk/po/GNUmakefile.am	2011-10-18 15:26:47 UTC (rev 97754)
@@ -49,6 +49,8 @@
 # $(POFILES) has been designed to not touch files that don't need to be
 # changed.
 stamp-po: $(top_builddir)/Source/WebKit/gtk/po/$(DOMAIN).pot $(MOFILES)
+	test ! -d $(top_builddir)/Source/WebKit/gtk/po || \
+	 mkdir -p $(top_builddir)/Source/WebKit/gtk/po
 	test ! -f $(top_builddir)/Source/WebKit/gtk/po/$(DOMAIN).pot || \
 	  test -z "$(MOFILES)" || $(MAKE) $(MOFILES)
 	@test ! -f $(top_builddir)/Source/WebKit/gtk/po/$(DOMAIN).pot || { \
@@ -60,6 +62,7 @@
 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/Source/WebKit/gtk/po/POTFILES
+	test -d Source/WebKit/gtk/po/ || mkdir -p Source/WebKit/gtk/po/
 	package_gnu=''; \
 	if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \
 	  msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to