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

alex at webkit.org alex at webkit.org
Wed Dec 22 12:25:34 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 5984d1ae919a45c90c780b6200d35cf19323f471
Author: alex at webkit.org <alex at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 23 12:09:49 2010 +0000

    2010-08-23  Alejandro G. Castro  <alex at igalia.com>
    
            Reviewed by Xan Lopez.
    
            Make the copy of the inspector files silent.
    
            * GNUmakefile.am:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65802 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 2ddefc6..6185e65 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2010-08-23  Alejandro G. Castro  <alex at igalia.com>
+
+        Reviewed by Xan Lopez.
+
+        Make the copy of the inspector files silent.
+
+        * GNUmakefile.am:
+
 2010-08-23  Andreas Kling  <andreas.kling at nokia.com>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/WebCore/GNUmakefile.am b/WebCore/GNUmakefile.am
index 84c6ff0..9f53ec1 100644
--- a/WebCore/GNUmakefile.am
+++ b/WebCore/GNUmakefile.am
@@ -4652,9 +4652,9 @@ ${GENSOURCES_INSPECTOR}/inspector.html: $(WebCore)/inspector/front-end/*.html \
 		$(WebCore)/inspector/front-end/Images/* \
 		DerivedSources/WebCore/InspectorBackendStub.js \
 		$(WebCore)/English.lproj/localizedStrings.js
-	mkdir -p ${GENSOURCES_INSPECTOR}/images
-	cp ${dist_webinspector_DATA} ${GENSOURCES_INSPECTOR}
-	cp ${dist_webinspectorimages_DATA} ${GENSOURCES_INSPECTOR}/images
+	$(AM_V_GEN)mkdir -p ${GENSOURCES_INSPECTOR}/images
+	$(AM_V_at)cp ${dist_webinspector_DATA} ${GENSOURCES_INSPECTOR}
+	$(AM_V_at)cp ${dist_webinspectorimages_DATA} ${GENSOURCES_INSPECTOR}/images
 
 webresourcesdir = ${datadir}/webkitgtk- at WEBKITGTK_API_VERSION@/images
 dist_webresources_DATA = \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list