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

kevino at webkit.org kevino at webkit.org
Wed Dec 22 12:07:37 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 2c2d525ff58f60e4b7b6d0b7bc16eb48e197d0dc
Author: kevino at webkit.org <kevino at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 16 00:02:22 2010 +0000

    [wx] Build fix, don't build intermediate source in DerivedSources dir.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65385 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 7418c38..6d8bdb9 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-15  Kevin Ollivier  <kevino at theolliviers.com>
+
+        [wx] Build fix, don't build intermediate source in DerivedSources dir.
+
+        * wscript:
+
 2010-08-14  Patrick Gansterer  <paroga at paroga.com>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/JavaScriptCore/wscript b/JavaScriptCore/wscript
index 8f62349..6fc2dc4 100644
--- a/JavaScriptCore/wscript
+++ b/JavaScriptCore/wscript
@@ -29,7 +29,7 @@ import commands
 
 from settings import *
 
-jscore_excludes = ['jsc.cpp', 'ucptable.cpp','ProfilerServer.mm', 'ExecutableAllocatorPosix.cpp']
+jscore_excludes = ['chartables.c', 'jsc.cpp', 'ucptable.cpp','ProfilerServer.mm', 'ExecutableAllocatorPosix.cpp']
 jscore_excludes.extend(get_excludes(jscore_dir, ['*Brew.cpp', '*CF.cpp', '*Symbian.cpp']))
 
 sources = []

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list