[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:45:32 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 6fc25310f74ae057e03a1675e24a097edc200f79
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 20 14:28:57 2001 +0000

    Removed recursive descent into tree to run MakeSystemChanges.sh script.
    This is no longer needed given that we have removed the KDE make files
    from our tree.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@148 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/configure.in b/WebCore/configure.in
index 673c686..05a26f4 100644
--- a/WebCore/configure.in
+++ b/WebCore/configure.in
@@ -34,42 +34,6 @@ CONFIG_ERR=`pwd`/config.err
 
 dnl
 dnl -------------------------------------------------------------------
-dnl Make make system changes in the given subdirectories
-dnl -------------------------------------------------------------------
-dnl
-
-SUBDIRS='
-	src/kdelibs/kjs
-	src/kdelibs/khtml/misc
-	src/kdelibs/khtml/css
-	src/kdelibs/khtml/dom
-	src/kdelibs/khtml/ecma
-	src/kdelibs/khtml/xml
-	src/kdelibs/khtml/java
-	src/kdelibs/khtml/html
-	src/kdelibs/khtml/rendering
-	src/kwq/
-	src/kwq/qt
-	src/kwq/tests/qt
-'
-for subdir in $SUBDIRS; do
-	if (test -f "./$subdir/MakeSystemChanges.sh"); then
-		CWD=`pwd`
-		echo "setting up $subdir...";
-		cd $subdir;
-		./MakeSystemChanges.sh;
-                if ( test "$?" = "0" ); then
-                    echo ">>> setup ok"
-                else
-                    echo ">>> setup fail"
-                    exit 1
-                fi
-		cd $CWD;
-	fi
-done
-
-dnl
-dnl -------------------------------------------------------------------
 dnl Check the host system configuration
 dnl -------------------------------------------------------------------
 dnl

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list