[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 08:23:52 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 00b2ab8a4fe33dce96cfca92a2f5d7f513b638fd
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 27 00:11:41 2004 +0000

    Tools:
    
            * CommitLogEditor/Makefile.am: Switch from pbxbuild to xcodebuild.
            * HotSpotFinder/Makefile.am: Switch from pbxbuild to xcodebuild.
    
    JavaScriptCore:
    
            * Makefile.am: Switch from pbxbuild to xcodebuild.
    
    Tests:
    
            * Makefile.am: Switch from pbxbuild to xcodebuild.
            * ObjcUnit/Makefile.am: Switch from pbxbuild to xcodebuild.
            * TestPlugin/Makefile.am: Switch from pbxbuild to xcodebuild.
            * WebFoundation-CacheLoader/Makefile.am: Switch from pbxbuild to xcodebuild.
    
    WebCore:
    
            * Makefile.am: Switch from pbxbuild to xcodebuild.
    
    WebKit:
    
            * Makefile.am: Switch from pbxbuild to xcodebuild.
    
    WebBrowser:
    
            * Makefile.am: Switch from pbxbuild to xcodebuild.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5981 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index ca93fca..256983e 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-26  Darin Adler  <darin at apple.com>
+
+        * Makefile.am: Switch from pbxbuild to xcodebuild.
+
 2004-01-22  Richard Williamson   <rjw at apple.com>
 
 	Added stubs for ObjC language binding to JavaScript.
diff --git a/JavaScriptCore/Makefile.am b/JavaScriptCore/Makefile.am
index 991cd6b..936547c 100644
--- a/JavaScriptCore/Makefile.am
+++ b/JavaScriptCore/Makefile.am
@@ -10,9 +10,9 @@ kjs_testkjs_LDFLAGS = -F$(SYMROOTS) -framework JavaScriptCore
 
 all-am: JavaScriptCore-stamp
 JavaScriptCore-stamp: kjs/*.cpp kjs/*.h pcre/*.c pcre/*.h bindings/*.h bindings/*.cpp bindings/jni/*.cpp bindings/jni/*.h
-	pbxbuild -buildstyle $(BUILDSTYLE) OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS) && touch $@
+	xcodebuild -buildstyle $(BUILDSTYLE) OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS) && touch $@
 clean-am:
-	pbxbuild clean OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS)
+	xcodebuild clean OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS)
 	rm -rf $(SYMROOTS)/JavaScriptCore.build
 	rm -rf $(SYMROOTS)/JavaScriptCore.framework
 	rm -rf $(SYMROOTS)/Safari.app/Frameworks/JavaScriptCore.framework
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 8b2f26d..3b4ee72 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,7 @@
+2004-01-26  Darin Adler  <darin at apple.com>
+
+        * Makefile.am: Switch from pbxbuild to xcodebuild.
+
 2004-01-26  David Hyatt  <hyatt at apple.com>
 
 	Add CSS3 @namespace support.  The whole way namespaces, element, and attribute names are being handled
diff --git a/WebCore/Makefile.am b/WebCore/Makefile.am
index 460f6f7..1419634 100644
--- a/WebCore/Makefile.am
+++ b/WebCore/Makefile.am
@@ -1,9 +1,9 @@
 SUBDIRS = khtml kwq
 
 all-am: previous-clean-timestamp previous-js-clean-timestamp
-	pbxbuild -buildstyle $(BUILDSTYLE) OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS) 
+	xcodebuild -buildstyle $(BUILDSTYLE) OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS) 
 clean-am:
-	pbxbuild clean OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS) 
+	xcodebuild clean OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS) 
 	rm -rf $(SYMROOTS)/WebCore.build
 	rm -rf $(SYMROOTS)/WebCore.framework
 	rm -rf $(SYMROOTS)/Safari.app/Frameworks/WebCore.framework
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index de999d3..83e6933 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,9 @@
 2004-01-26  Darin Adler  <darin at apple.com>
 
+        * Makefile.am: Switch from pbxbuild to xcodebuild.
+
+2004-01-26  Darin Adler  <darin at apple.com>
+
         Reviewed by John.
 
         - fixed <rdar://problem/3521379>: image dimensions uses lowercase x instead of multiplication sign
diff --git a/WebKit/Makefile.am b/WebKit/Makefile.am
index f1c29e0..31a8d78 100644
--- a/WebKit/Makefile.am
+++ b/WebKit/Makefile.am
@@ -1,7 +1,7 @@
 all-am: previous-clean-timestamp
-	pbxbuild -buildstyle $(BUILDSTYLE) OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS) 
+	xcodebuild -buildstyle $(BUILDSTYLE) OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS) 
 clean-am:
-	pbxbuild clean OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS) 
+	xcodebuild clean OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS) 
 	rm -rf $(SYMROOTS)/WebKit.build
 	rm -rf $(SYMROOTS)/WebKit.framework
 	rm -rf $(SYMROOTS)/Safari.app/Frameworks/WebKit.framework

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list