[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

mitz at apple.com mitz at apple.com
Wed Dec 22 11:39:56 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit b6162ddd9223b1d62d0c87bf6a3092ef3a092c08
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 3 06:19:41 2010 +0000

    Removed temporary build rule introduced in r62594.
    
    Rubber-stamped by Sam Weinig.
    
    * DerivedSources.make:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64532 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 9a4bbf8..f43f8c7 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2010-08-02  Dan Bernstein  <mitz at apple.com>
+
+        Rubber-stamped by Sam Weinig.
+
+        Removed temporary build rule introduced in r62594.
+
+        * DerivedSources.make:
+
 2010-08-02  Pavel Feldman  <pfeldman at chromium.org>
 
         Not reviewed. Rolling out r64525 for breaking chromium tests.
diff --git a/WebCore/DerivedSources.make b/WebCore/DerivedSources.make
index 3f2f0f4..a6f0c2d 100644
--- a/WebCore/DerivedSources.make
+++ b/WebCore/DerivedSources.make
@@ -490,8 +490,6 @@ WEB_DOM_HEADERS := $(filter-out WebDOMXSLTProcessor.h,$(DOM_CLASSES:%=WebDOM%.h)
 endif # BUILDING_WX
 
 all : \
-    remove-stray-plugin-and-mime-type-files \
-    \
     $(JS_DOM_HEADERS) \
     $(WEB_DOM_HEADERS) \
     \
@@ -558,12 +556,6 @@ endif
 
 # --------
 
-# Temporary build rule. Take out once some time has passed.
-
-.PHONY : remove-stray-plugin-and-mime-type-files
-remove-stray-plugin-and-mime-type-files :
-	(rm DOMMimeTypeArray.h DOMMimeTypeArray.mm DOMMimeTypeArrayInternal.h DOMPluginArray.h DOMPluginArray.mm DOMPluginArrayInternal.h 2> /dev/null) || echo -n
-
 # CSS property names and value keywords
 
 WEBCORE_CSS_PROPERTY_NAMES := $(WebCore)/css/CSSPropertyNames.in

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list