[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:12:54 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 589630392c8e192b7d714be4930e74f15f19bfba
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed May 15 17:05:18 2002 +0000

    	* Makefile.am:
    	Use all-am and clean-am instead of all and clean because it's better and
    	to make "make check" at the top level work right.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1153 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index d60aac3..80c06dd 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-15  Darin Adler  <darin at apple.com>
+
+	* Makefile.am:
+	Use all-am and clean-am instead of all and clean because it's better and
+	to make "make check" at the top level work right.
+
 2002-05-13  Darin Adler  <darin at apple.com>
 
 	* kjs/value.h: Fix comment typos.
diff --git a/JavaScriptCore/ChangeLog-2002-12-03 b/JavaScriptCore/ChangeLog-2002-12-03
index d60aac3..80c06dd 100644
--- a/JavaScriptCore/ChangeLog-2002-12-03
+++ b/JavaScriptCore/ChangeLog-2002-12-03
@@ -1,3 +1,9 @@
+2002-05-15  Darin Adler  <darin at apple.com>
+
+	* Makefile.am:
+	Use all-am and clean-am instead of all and clean because it's better and
+	to make "make check" at the top level work right.
+
 2002-05-13  Darin Adler  <darin at apple.com>
 
 	* kjs/value.h: Fix comment typos.
diff --git a/JavaScriptCore/ChangeLog-2003-10-25 b/JavaScriptCore/ChangeLog-2003-10-25
index d60aac3..80c06dd 100644
--- a/JavaScriptCore/ChangeLog-2003-10-25
+++ b/JavaScriptCore/ChangeLog-2003-10-25
@@ -1,3 +1,9 @@
+2002-05-15  Darin Adler  <darin at apple.com>
+
+	* Makefile.am:
+	Use all-am and clean-am instead of all and clean because it's better and
+	to make "make check" at the top level work right.
+
 2002-05-13  Darin Adler  <darin at apple.com>
 
 	* kjs/value.h: Fix comment typos.
diff --git a/JavaScriptCore/Makefile.am b/JavaScriptCore/Makefile.am
index 2c5d4fd..9a19ad6 100644
--- a/JavaScriptCore/Makefile.am
+++ b/JavaScriptCore/Makefile.am
@@ -42,6 +42,6 @@ embed:
 		exit 1; \
         fi
 
-clean:
+clean-am:
 	pbxbuild clean
 
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index ad8653b..1ec764e 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-15  Darin Adler  <darin at apple.com>
+
+	* Makefile.am:
+	Use all-am and clean-am instead of all and clean because it's better and
+	to make "make check" at the top level work right.
+
 2002-05-14  John Sullivan  <sullivan at apple.com>
 
 	Work to support copying bookmarks, needed for drag & drop
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index ad8653b..1ec764e 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,9 @@
+2002-05-15  Darin Adler  <darin at apple.com>
+
+	* Makefile.am:
+	Use all-am and clean-am instead of all and clean because it's better and
+	to make "make check" at the top level work right.
+
 2002-05-14  John Sullivan  <sullivan at apple.com>
 
 	Work to support copying bookmarks, needed for drag & drop
diff --git a/WebKit/Makefile.am b/WebKit/Makefile.am
index 913625d..668b96d 100644
--- a/WebKit/Makefile.am
+++ b/WebKit/Makefile.am
@@ -1,5 +1,5 @@
 
-all: 
+all-am: 
 	pbxbuild -buildstyle $(BUILDSTYLE)
 
 FRAMEWORK_NAME = WebKit
@@ -28,6 +28,6 @@ embed:
 		exit 1; \
         fi
 
-clean:
+clean-am:
 	pbxbuild clean
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list