[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:17:57 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 38556e08abb0a7e5afd09156ef427b32a9e7d5c3
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jun 11 00:05:01 2002 +0000

    	* Makefile.am: Do a clean before building if the force-clean-timestamp file is
    	newer than the previous-clean-timestamp. Edit force-clean-timestamp (doesn't
    	matter what you change as long as you change it) to force a clean build in WebKit.
    	* force-clean-timestamp: Added.
    	* .cvsignore: Ignore previous-clean-timestamp.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1332 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/.cvsignore b/WebKit/.cvsignore
index 7af94cb..b8dfa87 100644
--- a/WebKit/.cvsignore
+++ b/WebKit/.cvsignore
@@ -1,5 +1,3 @@
 Makefile.in
 Makefile
-.DS_Store
-.deps
-Icon
+previous-clean-timestamp
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index c86d2a7..1b08f06 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,13 @@
 2002-06-10  Darin Adler  <darin at apple.com>
 
+	* Makefile.am: Do a clean before building if the force-clean-timestamp file is
+	newer than the previous-clean-timestamp. Edit force-clean-timestamp (doesn't
+	matter what you change as long as you change it) to force a clean build in WebKit.
+	* force-clean-timestamp: Added.
+	* .cvsignore: Ignore previous-clean-timestamp.
+
+2002-06-10  Darin Adler  <darin at apple.com>
+
 	* WebCoreSupport.subproj/IFTextRenderer.h: Remove the flavor of
 	floatWidthForCharacters without the applyRounding boolean.
 
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index c86d2a7..1b08f06 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,13 @@
 2002-06-10  Darin Adler  <darin at apple.com>
 
+	* Makefile.am: Do a clean before building if the force-clean-timestamp file is
+	newer than the previous-clean-timestamp. Edit force-clean-timestamp (doesn't
+	matter what you change as long as you change it) to force a clean build in WebKit.
+	* force-clean-timestamp: Added.
+	* .cvsignore: Ignore previous-clean-timestamp.
+
+2002-06-10  Darin Adler  <darin at apple.com>
+
 	* WebCoreSupport.subproj/IFTextRenderer.h: Remove the flavor of
 	floatWidthForCharacters without the applyRounding boolean.
 
diff --git a/WebKit/Makefile.am b/WebKit/Makefile.am
index 2f17acb..1be812e 100644
--- a/WebKit/Makefile.am
+++ b/WebKit/Makefile.am
@@ -1,7 +1,10 @@
-all-am: 
+all-am: previous-clean-timestamp
 	pbxbuild -buildstyle $(BUILDSTYLE)
 clean-am:
 	pbxbuild clean
 
+previous-clean-timestamp: force-clean-timestamp
+	pbxbuild clean && touch $@
+
 FRAMEWORK_NAME = WebKit
 include $(top_srcdir)/embed.am
diff --git a/JavaScriptCore/dummy.cpp b/WebKit/force-clean-timestamp
similarity index 100%
copy from JavaScriptCore/dummy.cpp
copy to WebKit/force-clean-timestamp

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list