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

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:11:24 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 47e0a36ecd3904b1638c6b51a58ddbdea86290bf
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 13 04:33:46 2003 +0000

            - fixed the build
    
            * Makefile.am: Fix the build by removing the bindings directory from SUBDIRS.
            Later, we can either add this back and add the Makefile.am files to the top
            level configure.in or leave it out and remove the Makefile.am files.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5475 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index f9dfcd2..2c8ec1e 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,11 @@
+2003-11-12  Darin Adler  <darin at apple.com>
+
+        - fixed the build
+
+        * Makefile.am: Fix the build by removing the bindings directory from SUBDIRS.
+        Later, we can either add this back and add the Makefile.am files to the top
+        level configure.in or leave it out and remove the Makefile.am files.
+
 2003-11-12  Richard Williamson   <rjw at apple.com>
 
 	Added utility functions for calling JNI methods.
diff --git a/JavaScriptCore/Makefile.am b/JavaScriptCore/Makefile.am
index a1ebb22..abec09f 100644
--- a/JavaScriptCore/Makefile.am
+++ b/JavaScriptCore/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = pcre kjs bindings
+SUBDIRS = pcre kjs
 
 # FIXME: need to build the other kjs test program too
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list