[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

commit-queue at webkit.org commit-queue at webkit.org
Fri Jan 21 14:42:40 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit a8e008766a4b4d57bcf55926b038c0e92761f475
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Dec 26 22:13:16 2010 +0000

    2010-12-26  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Eric Seidel.
    
            [GTK] Add standalone target for JSC
            https://bugs.webkit.org/show_bug.cgi?id=51607
    
            * GNUmakefile.am: add convenience target to only build jsc and its
            dependencies.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74672 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 83a74b7..e3ddeb1 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-12-26  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Eric Seidel.
+
+        [GTK] Add standalone target for JSC
+        https://bugs.webkit.org/show_bug.cgi?id=51607
+
+        * GNUmakefile.am: add convenience target to only build jsc and its
+        dependencies.
+
 2010-12-24  Patrick Gansterer  <paroga at webkit.org>
 
         Reviewed by Eric Seidel.
diff --git a/JavaScriptCore/GNUmakefile.am b/JavaScriptCore/GNUmakefile.am
index ae85d4b..8599981 100644
--- a/JavaScriptCore/GNUmakefile.am
+++ b/JavaScriptCore/GNUmakefile.am
@@ -598,6 +598,8 @@ JavaScriptCore/RegExpJitTables.h: $(srcdir)/JavaScriptCore/create_regex_tables
 JavaScriptCore/pcre/chartables.c: $(srcdir)/JavaScriptCore/pcre/dftables
 	$(AM_V_GEN)$(PERL) $^ $@
 
+jsc: $(javascriptcore_built_nosources) Programs/jsc- at WEBKITGTK_API_MAJOR_VERSION@$(EXEEXT);
+
 bin_PROGRAMS += \
 	Programs/jsc- at WEBKITGTK_API_MAJOR_VERSION@$(EXEEXT)
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list