[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:50:34 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 76842d1ef7fe26ce1d91f8b9c8670a91fd14c9ac
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 16 23:29:58 2001 +0000

    More comments.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@338 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQTextEdit.mm b/WebCore/kwq/KWQTextEdit.mm
index f434f52..b335fd1 100644
--- a/WebCore/kwq/KWQTextEdit.mm
+++ b/WebCore/kwq/KWQTextEdit.mm
@@ -83,7 +83,7 @@ QMultiLineEdit::QMultiLineEdit()
 QMultiLineEdit::~QMultiLineEdit()
 {
     // Nothing needed.
-    _logNotYetImplemented();
+    _logNeverImplemented();
 }
 
 
diff --git a/WebCore/kwq/kde/Makefile b/WebCore/kwq/kde/Makefile
index 52614ba..16f2da5 100644
--- a/WebCore/kwq/kde/Makefile
+++ b/WebCore/kwq/kde/Makefile
@@ -20,6 +20,7 @@ SOURCES = $(wildcard *.cpp)
 CXXOBJECTS = $(patsubst %.cpp,%.o,$(wildcard *.cpp))
 
 OBJECTS = $(CXXOBJECTS)
+EXPORT_OBJECTS = $(CXXOBJECTS)
 
 LIBRARY = lib_kde.a
 
@@ -43,7 +44,7 @@ DEPFLAGS = $(CXXFLAGS)
 #----------------------------------------------------------------------
 # Set targets for this directory
 
-all: $(OBJECTS) $(LIBRARY)
+all: $(OBJECTS) export-objects
 
 $(LIBRARY): $(OBJECTS)
 	$(AR) $(ARFLAGS) $(LIBRARY) $(CXXOBJECTS)
diff --git a/WebCore/src/kwq/KWQTextEdit.mm b/WebCore/src/kwq/KWQTextEdit.mm
index f434f52..b335fd1 100644
--- a/WebCore/src/kwq/KWQTextEdit.mm
+++ b/WebCore/src/kwq/KWQTextEdit.mm
@@ -83,7 +83,7 @@ QMultiLineEdit::QMultiLineEdit()
 QMultiLineEdit::~QMultiLineEdit()
 {
     // Nothing needed.
-    _logNotYetImplemented();
+    _logNeverImplemented();
 }
 
 
diff --git a/WebCore/src/kwq/kde/Makefile b/WebCore/src/kwq/kde/Makefile
index 52614ba..16f2da5 100644
--- a/WebCore/src/kwq/kde/Makefile
+++ b/WebCore/src/kwq/kde/Makefile
@@ -20,6 +20,7 @@ SOURCES = $(wildcard *.cpp)
 CXXOBJECTS = $(patsubst %.cpp,%.o,$(wildcard *.cpp))
 
 OBJECTS = $(CXXOBJECTS)
+EXPORT_OBJECTS = $(CXXOBJECTS)
 
 LIBRARY = lib_kde.a
 
@@ -43,7 +44,7 @@ DEPFLAGS = $(CXXFLAGS)
 #----------------------------------------------------------------------
 # Set targets for this directory
 
-all: $(OBJECTS) $(LIBRARY)
+all: $(OBJECTS) export-objects
 
 $(LIBRARY): $(OBJECTS)
 	$(AR) $(ARFLAGS) $(LIBRARY) $(CXXOBJECTS)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list