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

mjs mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:06:14 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 1549b911b107c2aed6161e9d556b93dbe8255690
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Nov 22 01:20:40 2002 +0000

    Tools:
    
            * CommitLogEditor/Makefile.am: Pass symroots for this tree to pbxbuild.
            * HotSpotFinder/Makefile.am: Pass symroots for this tree to pbxbuild.
    
    JavaScriptCore:
    
            * Makefile.am: Pass symroots for this tree to pbxbuild.
    
    Tests:
    
            * ObjcUnit/Makefile.am: Pass symroots for this tree to pbxbuild.
            * TestPlugin/Makefile.am: Pass symroots for this tree to pbxbuild.
            * WebFoundation-CacheLoader/Makefile.am: Pass symroots for this tree to pbxbuild.
    
    WebFoundation:
    
            * Makefile.am: Pass symroots for this tree to pbxbuild.
    
    WebCore:
    
            * Makefile.am: Pass symroots for this tree to pbxbuild.
    
    WebKit:
    
            * Makefile.am: Pass symroots for this tree to pbxbuild.
    
    WebBrowser:
    
            * Makefile.am: Pass symroots for this tree to pbxbuild.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2813 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index cc59108..ae44537 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-21  Maciej Stachowiak  <mjs at apple.com>
+
+        * Makefile.am: Pass symroots for this tree to pbxbuild.
+
 === Alexander-33 ===
 
 2002-11-21  Darin Adler  <darin at apple.com>
diff --git a/JavaScriptCore/ChangeLog-2002-12-03 b/JavaScriptCore/ChangeLog-2002-12-03
index cc59108..ae44537 100644
--- a/JavaScriptCore/ChangeLog-2002-12-03
+++ b/JavaScriptCore/ChangeLog-2002-12-03
@@ -1,3 +1,7 @@
+2002-11-21  Maciej Stachowiak  <mjs at apple.com>
+
+        * Makefile.am: Pass symroots for this tree to pbxbuild.
+
 === Alexander-33 ===
 
 2002-11-21  Darin Adler  <darin at apple.com>
diff --git a/JavaScriptCore/ChangeLog-2003-10-25 b/JavaScriptCore/ChangeLog-2003-10-25
index cc59108..ae44537 100644
--- a/JavaScriptCore/ChangeLog-2003-10-25
+++ b/JavaScriptCore/ChangeLog-2003-10-25
@@ -1,3 +1,7 @@
+2002-11-21  Maciej Stachowiak  <mjs at apple.com>
+
+        * Makefile.am: Pass symroots for this tree to pbxbuild.
+
 === Alexander-33 ===
 
 2002-11-21  Darin Adler  <darin at apple.com>
diff --git a/JavaScriptCore/Makefile.am b/JavaScriptCore/Makefile.am
index 031694a..b55ea82 100644
--- a/JavaScriptCore/Makefile.am
+++ b/JavaScriptCore/Makefile.am
@@ -10,9 +10,9 @@ kjs_testkjs_LDFLAGS = -F$(SYMROOTS) -framework JavaScriptCore
 
 all-am: JavaScriptCore-stamp
 JavaScriptCore-stamp: kjs/*.cpp kjs/*.h
-	pbxbuild -buildstyle $(BUILDSTYLE) && touch $@
+	pbxbuild -buildstyle $(BUILDSTYLE) OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS) && touch $@
 clean-am:
-	pbxbuild clean
+	pbxbuild clean OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS)
 	rm -rf $(SYMROOTS)/JavaScriptCore.build
 	rm -rf $(SYMROOTS)/JavaScriptCore.framework
 	rm -rf $(SYMROOTS)/Alexander.app/Frameworks/JavaScriptCore.framework
diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 80403a0..329b299 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,7 @@
+2002-11-21  Maciej Stachowiak  <mjs at apple.com>
+
+        * Makefile.am: Pass symroots for this tree to pbxbuild.
+
 2002-11-21  David Hyatt  <hyatt at apple.com>
 
 	Fixed for tables.  Make the percentage height calculation
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 80403a0..329b299 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,7 @@
+2002-11-21  Maciej Stachowiak  <mjs at apple.com>
+
+        * Makefile.am: Pass symroots for this tree to pbxbuild.
+
 2002-11-21  David Hyatt  <hyatt at apple.com>
 
 	Fixed for tables.  Make the percentage height calculation
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 80403a0..329b299 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,7 @@
+2002-11-21  Maciej Stachowiak  <mjs at apple.com>
+
+        * Makefile.am: Pass symroots for this tree to pbxbuild.
+
 2002-11-21  David Hyatt  <hyatt at apple.com>
 
 	Fixed for tables.  Make the percentage height calculation
diff --git a/WebCore/Makefile.am b/WebCore/Makefile.am
index 301fcd7..2100637 100644
--- a/WebCore/Makefile.am
+++ b/WebCore/Makefile.am
@@ -1,9 +1,9 @@
 SUBDIRS = khtml kwq
 
 all-am: previous-clean-timestamp previous-js-clean-timestamp
-	pbxbuild -buildstyle $(BUILDSTYLE)
+	pbxbuild -buildstyle $(BUILDSTYLE) OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS) 
 clean-am:
-	pbxbuild clean
+	pbxbuild clean OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS) 
 	rm -rf $(SYMROOTS)/WebCore.build
 	rm -rf $(SYMROOTS)/WebCore.framework
 	rm -rf $(SYMROOTS)/Alexander.app/Frameworks/WebCore.framework
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index fa83881..50556ee 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-21  Maciej Stachowiak  <mjs at apple.com>
+
+        * Makefile.am: Pass symroots for this tree to pbxbuild.
+
 2002-11-21  Chris Blumenberg  <cblu at apple.com>
 
 	Fixed: 3009881 - plugins get mouse-overs even when mouse is in menus
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index fa83881..50556ee 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,7 @@
+2002-11-21  Maciej Stachowiak  <mjs at apple.com>
+
+        * Makefile.am: Pass symroots for this tree to pbxbuild.
+
 2002-11-21  Chris Blumenberg  <cblu at apple.com>
 
 	Fixed: 3009881 - plugins get mouse-overs even when mouse is in menus
diff --git a/WebKit/Makefile.am b/WebKit/Makefile.am
index e4b478e..495cb15 100644
--- a/WebKit/Makefile.am
+++ b/WebKit/Makefile.am
@@ -1,7 +1,7 @@
 all-am: previous-clean-timestamp
-	pbxbuild -buildstyle $(BUILDSTYLE)
+	pbxbuild -buildstyle $(BUILDSTYLE) OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS) 
 clean-am:
-	pbxbuild clean
+	pbxbuild clean OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS) 
 	rm -rf $(SYMROOTS)/WebKit.build
 	rm -rf $(SYMROOTS)/WebKit.framework
 	rm -rf $(SYMROOTS)/Alexander.app/Frameworks/WebKit.framework

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list