[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 06:25:58 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit e2c32f0caeedfe6d562675a413bda40710d01e6f
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Jul 21 11:00:10 2002 +0000

    top level:
    
            * Tests/ObjcUnit/Makefile.am: Remove products from symroots on `make clean'.
            * Tests/TestPlugin/Makefile.am: Remove products from symroots on `make clean'.
            * Tests/WebFoundation-CacheLoader/Makefile.am: Remove products from symroots on `make clean'.
    
    Tools:
    
            * CommitLogEditor/Makefile.am: Remove products from symroots on `make clean'.
            * HotSpotFinder/Makefile.am: Remove products from symroots on `make clean'.
    
    JavaScriptCore:
    
            * Makefile.am: Remove products from symroots on `make clean'.
    
    WebFoundation:
    
            * Makefile.am: Remove products from symroots on `make clean'.
    
    WebCore:
    
            * Makefile.am: Remove products from symroots on `make clean'.
    
    WebKit:
    
            * Makefile.am: Remove products from symroots on `make clean'.
    
    WebBrowser:
    
            * Makefile.am: Remove products from symroots on `make clean'.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1618 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 7ab4458..0796ef1 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-21  Maciej Stachowiak  <mjs at apple.com>
+
+        * Makefile.am: Remove products from symroots on `make clean'.
+
 === Alexander-13 ===
 
 2002-07-13  Darin Adler  <darin at apple.com>
diff --git a/JavaScriptCore/ChangeLog-2002-12-03 b/JavaScriptCore/ChangeLog-2002-12-03
index 7ab4458..0796ef1 100644
--- a/JavaScriptCore/ChangeLog-2002-12-03
+++ b/JavaScriptCore/ChangeLog-2002-12-03
@@ -1,3 +1,7 @@
+2002-07-21  Maciej Stachowiak  <mjs at apple.com>
+
+        * Makefile.am: Remove products from symroots on `make clean'.
+
 === Alexander-13 ===
 
 2002-07-13  Darin Adler  <darin at apple.com>
diff --git a/JavaScriptCore/ChangeLog-2003-10-25 b/JavaScriptCore/ChangeLog-2003-10-25
index 7ab4458..0796ef1 100644
--- a/JavaScriptCore/ChangeLog-2003-10-25
+++ b/JavaScriptCore/ChangeLog-2003-10-25
@@ -1,3 +1,7 @@
+2002-07-21  Maciej Stachowiak  <mjs at apple.com>
+
+        * Makefile.am: Remove products from symroots on `make clean'.
+
 === Alexander-13 ===
 
 2002-07-13  Darin Adler  <darin at apple.com>
diff --git a/JavaScriptCore/Makefile.am b/JavaScriptCore/Makefile.am
index 0edaf51..031694a 100644
--- a/JavaScriptCore/Makefile.am
+++ b/JavaScriptCore/Makefile.am
@@ -13,4 +13,8 @@ JavaScriptCore-stamp: kjs/*.cpp kjs/*.h
 	pbxbuild -buildstyle $(BUILDSTYLE) && touch $@
 clean-am:
 	pbxbuild clean
+	rm -rf $(SYMROOTS)/JavaScriptCore.build
+	rm -rf $(SYMROOTS)/JavaScriptCore.framework
+	rm -rf $(SYMROOTS)/Alexander.app/Frameworks/JavaScriptCore.framework
+
 CLEANFILES = JavaScriptCore-stamp
diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index fba6937..4b9d9ac 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,5 +1,9 @@
 2002-07-21  Maciej Stachowiak  <mjs at apple.com>
 
+        * Makefile.am: Remove products from symroots on `make clean'.
+
+2002-07-21  Maciej Stachowiak  <mjs at apple.com>
+
         * WebCore.pbproj/project.pbxproj: Set directories for the group
 	folders, so that creating new files in them will put them in the
 	right directory by default.
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index fba6937..4b9d9ac 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,9 @@
 2002-07-21  Maciej Stachowiak  <mjs at apple.com>
 
+        * Makefile.am: Remove products from symroots on `make clean'.
+
+2002-07-21  Maciej Stachowiak  <mjs at apple.com>
+
         * WebCore.pbproj/project.pbxproj: Set directories for the group
 	folders, so that creating new files in them will put them in the
 	right directory by default.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index fba6937..4b9d9ac 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,9 @@
 2002-07-21  Maciej Stachowiak  <mjs at apple.com>
 
+        * Makefile.am: Remove products from symroots on `make clean'.
+
+2002-07-21  Maciej Stachowiak  <mjs at apple.com>
+
         * WebCore.pbproj/project.pbxproj: Set directories for the group
 	folders, so that creating new files in them will put them in the
 	right directory by default.
diff --git a/WebCore/Makefile.am b/WebCore/Makefile.am
index 73e1749..4f0d519 100644
--- a/WebCore/Makefile.am
+++ b/WebCore/Makefile.am
@@ -4,6 +4,9 @@ all-am:
 	pbxbuild -buildstyle $(BUILDSTYLE)
 clean-am:
 	pbxbuild clean
+	rm -rf $(SYMROOTS)/WebCore.build
+	rm -rf $(SYMROOTS)/WebCore.framework
+	rm -rf $(SYMROOTS)/Alexander.app/Frameworks/WebCore.framework
 
 WebCore-combined.exp: WebCore.exp WebCore-tests.exp
 	cat $^ > $@
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 52e7a9d..4421804 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,9 @@
 2002-07-21  Maciej Stachowiak  <mjs at apple.com>
 
+        * Makefile.am: Remove products from symroots on `make clean'.
+
+2002-07-21  Maciej Stachowiak  <mjs at apple.com>
+
         * WebKit.pbproj/project.pbxproj: Set directories for the group
 	folders, so that creating new files in them will put them in the
 	right directory by default.
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 52e7a9d..4421804 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,9 @@
 2002-07-21  Maciej Stachowiak  <mjs at apple.com>
 
+        * Makefile.am: Remove products from symroots on `make clean'.
+
+2002-07-21  Maciej Stachowiak  <mjs at apple.com>
+
         * WebKit.pbproj/project.pbxproj: Set directories for the group
 	folders, so that creating new files in them will put them in the
 	right directory by default.
diff --git a/WebKit/Makefile.am b/WebKit/Makefile.am
index 32b315d..7c64d06 100644
--- a/WebKit/Makefile.am
+++ b/WebKit/Makefile.am
@@ -2,6 +2,9 @@ all-am: previous-clean-timestamp
 	pbxbuild -buildstyle $(BUILDSTYLE)
 clean-am:
 	pbxbuild clean
+	rm -rf $(SYMROOTS)/WebKit.build
+	rm -rf $(SYMROOTS)/WebKit.framework
+	rm -rf $(SYMROOTS)/Alexander.app/Frameworks/WebKit.framework
 
 previous-clean-timestamp: force-clean-timestamp
 	make clean && touch $@

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list