[Qt] Do full incremental builds until bots use update-webkit
authorvestbo@webkit.org <vestbo@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 19 Jan 2012 11:18:44 +0000 (11:18 +0000)
committervestbo@webkit.org <vestbo@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 19 Jan 2012 11:18:44 +0000 (11:18 +0000)
Rubber-stamped by Simon Hausmann.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105400 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Tools/ChangeLog
Tools/Scripts/webkitdirs.pm

index bde2561..798c67f 100644 (file)
@@ -1,5 +1,14 @@
 2012-01-19  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
 
+        [Qt] Do full incremental builds until bots use update-webkit
+
+        Rubber-stamped by Simon Hausmann.
+
+        * Scripts/webkitdirs.pm:
+        (buildQMakeProjects):
+
+2012-01-19  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
+
         Fix the Qt build
 
         Unreviewed build fix.
index 37c5a65..ccaa410 100755 (executable)
@@ -2160,6 +2160,10 @@ sub buildQMakeProjects
     my $command = "$make $makeargs";
     $command =~ s/\s+$//;
 
+    # FIXME: Until the bots use update-webkit instead of raw SVN, we
+    # need to force the build-hint to 'incremental' :(
+    $buildHint = "incremental";
+
     if ($clean) {
         $command = "$command distclean";
     } elsif ($buildHint =~ /^incremental$/) {