[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

mrowe at apple.com mrowe at apple.com
Fri Feb 26 22:21:29 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit b2fdc324138c12c922a3b85eb903c1e50164fd52
Author: mrowe at apple.com <mrowe at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Feb 16 23:00:44 2010 +0000

    Let's not check garbage in to common build scripts and hose the world now eh guys?
    
    * Scripts/webkitdirs.pm:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54837 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 6cff882..3a8b7f5 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,9 @@
+2010-02-16  Mark Rowe  <mrowe at apple.com>
+
+        Let's not check garbage in to common build scripts and hose the world now eh guys?
+
+        * Scripts/webkitdirs.pm:
+
 2010-02-16  Eric Seidel  <eric at webkit.org>
 
         Reviewed by Adam Barth.
diff --git a/WebKitTools/Scripts/webkitdirs.pm b/WebKitTools/Scripts/webkitdirs.pm
index fced82e..a788b3d 100644
--- a/WebKitTools/Scripts/webkitdirs.pm
+++ b/WebKitTools/Scripts/webkitdirs.pm
@@ -1057,7 +1057,7 @@ sub buildXCodeProject($$@)
         push(@extraOptions, "clean");
     }
 
-    return system "pump", "xcodebuild", "-project", "$project.xcodeproj", @extraOptions;
+    return system "xcodebuild", "-project", "$project.xcodeproj", @extraOptions;
 }
 
 sub buildVisualStudioProject

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list