[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 06:51:07 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 80bf22e7e0d4296dbef9bff761d012d7af1bafdc
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 18 18:10:25 2002 +0000

    WebCore:
    
            * Makefile.am: Move dependency so clean happens before build.
    
    WebKit:
    
            * Makefile.am: Move dependency so clean happens before build.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2368 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index f00013c..2082d1d 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,7 @@
+2002-10-18  Darin Adler  <darin at apple.com>
+
+        * Makefile.am: Move dependency so clean happens before build.
+
 2002-10-17  Richard Williamson  <rjw at apple.com>
 
         Support for drawing frame borders and frame resizing. (fixes 2982466).
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index f00013c..2082d1d 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,7 @@
+2002-10-18  Darin Adler  <darin at apple.com>
+
+        * Makefile.am: Move dependency so clean happens before build.
+
 2002-10-17  Richard Williamson  <rjw at apple.com>
 
         Support for drawing frame borders and frame resizing. (fixes 2982466).
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index f00013c..2082d1d 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,7 @@
+2002-10-18  Darin Adler  <darin at apple.com>
+
+        * Makefile.am: Move dependency so clean happens before build.
+
 2002-10-17  Richard Williamson  <rjw at apple.com>
 
         Support for drawing frame borders and frame resizing. (fixes 2982466).
diff --git a/WebCore/Makefile.am b/WebCore/Makefile.am
index f34a529..301fcd7 100644
--- a/WebCore/Makefile.am
+++ b/WebCore/Makefile.am
@@ -1,6 +1,6 @@
 SUBDIRS = khtml kwq
 
-all-am:
+all-am: previous-clean-timestamp previous-js-clean-timestamp
 	pbxbuild -buildstyle $(BUILDSTYLE)
 clean-am:
 	pbxbuild clean
@@ -15,7 +15,6 @@ noinst_DATA = WebCore-combined.exp
 BUILT_SOURCES = $(noinst_DATA)
 CLEANFILES = $(BUILT_SOURCES)
 
-all: previous-clean-timestamp previous-js-clean-timestamp
 previous-clean-timestamp: force-clean-timestamp
 	make clean && touch $@ && touch previous-js-clean-timestamp
 
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index e2eb08c..c5aad2d 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,9 @@
 2002-10-18  Darin Adler  <darin at apple.com>
 
+        * Makefile.am: Move dependency so clean happens before build.
+
+2002-10-18  Darin Adler  <darin at apple.com>
+
         * force-clean-timestamp: Dependencies don't work well enough, so
 	we need a clean build here after the WebFoundation domain change.
 
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index e2eb08c..c5aad2d 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,9 @@
 2002-10-18  Darin Adler  <darin at apple.com>
 
+        * Makefile.am: Move dependency so clean happens before build.
+
+2002-10-18  Darin Adler  <darin at apple.com>
+
         * force-clean-timestamp: Dependencies don't work well enough, so
 	we need a clean build here after the WebFoundation domain change.
 
diff --git a/WebKit/Makefile.am b/WebKit/Makefile.am
index c4e8e97..e4b478e 100644
--- a/WebKit/Makefile.am
+++ b/WebKit/Makefile.am
@@ -1,4 +1,4 @@
-all-am:
+all-am: previous-clean-timestamp
 	pbxbuild -buildstyle $(BUILDSTYLE)
 clean-am:
 	pbxbuild clean
@@ -6,7 +6,6 @@ clean-am:
 	rm -rf $(SYMROOTS)/WebKit.framework
 	rm -rf $(SYMROOTS)/Alexander.app/Frameworks/WebKit.framework
 
-all: previous-clean-timestamp
 previous-clean-timestamp: force-clean-timestamp
 	make clean && touch $@
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list