[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:26:34 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit dfc64986a01341ff8f58408ed90512a0b99625c1
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jul 23 18:48:01 2002 +0000

    WebCore:
    
            * Makefile.am: Clean based on all, not all-am, so it happens before subdirs
    	if any.
    
    WebKit:
    
            * Makefile.am: Clean based on all, not all-am, so it happens before subdirs
    	if any.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1639 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index ea7a523..5aa84b7 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,5 +1,10 @@
 2002-07-23  Darin Adler  <darin at apple.com>
 
+        * Makefile.am: Clean based on all, not all-am, so it happens before subdirs
+	if any.
+
+2002-07-23  Darin Adler  <darin at apple.com>
+
 	Changes require a make clean because of the Project Builder bug.
 	So I added the "make clean timestamp" hackery.
 
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index ea7a523..5aa84b7 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,10 @@
 2002-07-23  Darin Adler  <darin at apple.com>
 
+        * Makefile.am: Clean based on all, not all-am, so it happens before subdirs
+	if any.
+
+2002-07-23  Darin Adler  <darin at apple.com>
+
 	Changes require a make clean because of the Project Builder bug.
 	So I added the "make clean timestamp" hackery.
 
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index ea7a523..5aa84b7 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,10 @@
 2002-07-23  Darin Adler  <darin at apple.com>
 
+        * Makefile.am: Clean based on all, not all-am, so it happens before subdirs
+	if any.
+
+2002-07-23  Darin Adler  <darin at apple.com>
+
 	Changes require a make clean because of the Project Builder bug.
 	So I added the "make clean timestamp" hackery.
 
diff --git a/WebCore/Makefile.am b/WebCore/Makefile.am
index 017c56a..1776f67 100644
--- a/WebCore/Makefile.am
+++ b/WebCore/Makefile.am
@@ -1,6 +1,6 @@
 SUBDIRS = khtml kwq
 
-all-am: previous-clean-timestamp
+all-am:
 	pbxbuild -buildstyle $(BUILDSTYLE)
 clean-am:
 	pbxbuild clean
@@ -15,5 +15,6 @@ noinst_DATA = WebCore-combined.exp
 BUILT_SOURCES = $(noinst_DATA)
 CLEANFILES = $(BUILT_SOURCES)
 
+all: previous-clean-timestamp
 previous-clean-timestamp: force-clean-timestamp
 	make clean && touch $@
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index e45cd24..41da884 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,10 @@
 2002-07-23  Darin Adler  <darin at apple.com>
 
+        * Makefile.am: Clean based on all, not all-am, so it happens before subdirs
+	if any.
+
+2002-07-23  Darin Adler  <darin at apple.com>
+
         * WebCoreSupport.subproj/WebTextRenderer.m:
         (-[WebTextRenderer drawUnderlineForCharacters:stringLength:atPoint:withColor:]):
 	Change API to take character array instead of a string.
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index e45cd24..41da884 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,10 @@
 2002-07-23  Darin Adler  <darin at apple.com>
 
+        * Makefile.am: Clean based on all, not all-am, so it happens before subdirs
+	if any.
+
+2002-07-23  Darin Adler  <darin at apple.com>
+
         * WebCoreSupport.subproj/WebTextRenderer.m:
         (-[WebTextRenderer drawUnderlineForCharacters:stringLength:atPoint:withColor:]):
 	Change API to take character array instead of a string.
diff --git a/WebKit/Makefile.am b/WebKit/Makefile.am
index 7c64d06..5a9ff6c 100644
--- a/WebKit/Makefile.am
+++ b/WebKit/Makefile.am
@@ -1,4 +1,4 @@
-all-am: previous-clean-timestamp
+all-am:
 	pbxbuild -buildstyle $(BUILDSTYLE)
 clean-am:
 	pbxbuild clean
@@ -6,5 +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