diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2009-05-04 15:14:25 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-05-04 15:17:18 (GMT) |
commit | c2d47f6717fdccd44838f3c128693a3c09f6cf68 (patch) | |
tree | 0b5a22a7339d6f5c6655eaa47e6234f6b9a7bb51 | |
parent | a7b9c4e332dd03ab17a4d8f520fef95f5daeebe4 (diff) | |
download | Qt-c2d47f6717fdccd44838f3c128693a3c09f6cf68.zip Qt-c2d47f6717fdccd44838f3c128693a3c09f6cf68.tar.gz Qt-c2d47f6717fdccd44838f3c128693a3c09f6cf68.tar.bz2 |
Fixed import of WebKit trunk
Don't try to remove scons files that don't exist anymore.
Reviewed-by: Trust me
-rwxr-xr-x | util/webkit/mkdist-webkit | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/webkit/mkdist-webkit b/util/webkit/mkdist-webkit index 701133e..a7ecbc6 100755 --- a/util/webkit/mkdist-webkit +++ b/util/webkit/mkdist-webkit @@ -142,13 +142,11 @@ files_to_remove="$files_to_remove WebKit/qt/QtLauncher/QtLauncher.pro" files_to_remove="$files_to_remove WebKit/qt/QtLauncher/main.cpp" files_to_remove="$files_to_remove JavaScriptCore/AllInOneFile.cpp" -files_to_remove="$files_to_remove JavaScriptCore/JavaScriptCore.scons" files_to_remove="$files_to_remove JavaScriptCore/JavaScriptCoreSources.bkl" files_to_remove="$files_to_remove JavaScriptCore/SConstruct" files_to_remove="$files_to_remove JavaScriptCore/jscore.bkl" files_to_remove="$files_to_remove WebCore/SConstruct" -files_to_remove="$files_to_remove WebCore/WebCore.scons" files_to_remove="$files_to_remove WebCore/WebCoreSources.bkl" files_to_remove="$files_to_remove WebCore/webcore-base.bkl" files_to_remove="$files_to_remove WebCore/webcore-wx.bkl" |