Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 43057 invoked from network); 2 May 2007 20:00:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 May 2007 20:00:41 -0000 Received: (qmail 61362 invoked by uid 500); 2 May 2007 20:00:48 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 61261 invoked by uid 500); 2 May 2007 20:00:47 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 61252 invoked by uid 99); 2 May 2007 20:00:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2007 13:00:47 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2007 13:00:40 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 9CE5A1A9838; Wed, 2 May 2007 13:00:20 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r534604 - in /harmony/enhanced/jdktools/trunk: make/ modules/jpda/src/main/native/jdwp/unix/agent/ modules/jpda/src/main/native/jdwp/unix/transport/ modules/launcher/ modules/launcher/src/main/native/launcher/unix/ modules/samsa/ Date: Wed, 02 May 2007 20:00:20 -0000 To: commits@harmony.apache.org From: tellison@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070502200020.9CE5A1A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tellison Date: Wed May 2 13:00:18 2007 New Revision: 534604 URL: http://svn.apache.org/viewvc?view=rev&rev=534604 Log: More changes to enable the jdktools to compile on linux. Added: harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/agent/exports.txt harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/exports.txt Removed: harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/agent/libjdwp.exp harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/libdt_socket.exp Modified: harmony/enhanced/jdktools/trunk/make/properties.xml harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/makefile harmony/enhanced/jdktools/trunk/modules/launcher/build.xml harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/unix/makefile harmony/enhanced/jdktools/trunk/modules/samsa/build.xml Modified: harmony/enhanced/jdktools/trunk/make/properties.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/make/properties.xml?view=diff&rev=534604&r1=534603&r2=534604 ============================================================================== --- harmony/enhanced/jdktools/trunk/make/properties.xml (original) +++ harmony/enhanced/jdktools/trunk/make/properties.xml Wed May 2 13:00:18 2007 @@ -342,6 +342,7 @@ + Added: harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/agent/exports.txt URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/agent/exports.txt?view=auto&rev=534604 ============================================================================== --- harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/agent/exports.txt (added) +++ harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/agent/exports.txt Wed May 2 13:00:18 2007 @@ -0,0 +1 @@ +* Added: harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/exports.txt URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/exports.txt?view=auto&rev=534604 ============================================================================== --- harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/exports.txt (added) +++ harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/exports.txt Wed May 2 13:00:18 2007 @@ -0,0 +1 @@ +* Modified: harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/makefile URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/makefile?view=diff&rev=534604&r1=534603&r2=534604 ============================================================================== --- harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/makefile (original) +++ harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/makefile Wed May 2 13:00:18 2007 @@ -26,7 +26,7 @@ COMMON=../../common/ CMNTRANS=$(COMMON)transport/ -HYCFLAGS += -I$(CMNTRANS)common -I$(CMNTRANS)dt_socket \ +INCLUDES += -I$(CMNTRANS)common -I$(CMNTRANS)dt_socket \ -I$(COMMON)generic -Idt_socket HYLDFLAGS += -lstdc++ -lgcc_s Modified: harmony/enhanced/jdktools/trunk/modules/launcher/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/modules/launcher/build.xml?view=diff&rev=534604&r1=534603&r2=534604 ============================================================================== --- harmony/enhanced/jdktools/trunk/modules/launcher/build.xml (original) +++ harmony/enhanced/jdktools/trunk/modules/launcher/build.xml Wed May 2 13:00:18 2007 @@ -48,7 +48,7 @@ - + @@ -89,7 +89,7 @@ - Modified: harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/unix/makefile URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/unix/makefile?view=diff&rev=534604&r1=534603&r2=534604 ============================================================================== --- harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/unix/makefile (original) +++ harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/unix/makefile Wed May 2 13:00:18 2007 @@ -20,13 +20,15 @@ include $(HY_HDK)/build/make/defines.mk BUILDFILES = $(SHAREDSUB)main.o $(SHAREDSUB)cmain.o \ - $(SHAREDSUB)launcher_copyright.o $(SHAREDSUB)strbuf.o \ - $(SHAREDSUB)libhlp.o + $(SHAREDSUB)launcher_copyright.o $(SHAREDSUB)strbuf.o \ + $(SHAREDSUB)libhlp.o + ifeq ($(HY_NO_THR),false) MDLLIBFILES += $(DLLPATH)libhyprt$(HY_SHLIB_SUFFIX) else BUILDFILES += main_hlp.o endif + EXENAME = $(EXEPATH)java include $(HY_HDK)/build/make/rules.mk Modified: harmony/enhanced/jdktools/trunk/modules/samsa/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/modules/samsa/build.xml?view=diff&rev=534604&r1=534603&r2=534604 ============================================================================== --- harmony/enhanced/jdktools/trunk/modules/samsa/build.xml (original) +++ harmony/enhanced/jdktools/trunk/modules/samsa/build.xml Wed May 2 13:00:18 2007 @@ -50,14 +50,15 @@ - + - + @@ -79,7 +80,8 @@ - + @@ -124,7 +126,7 @@ -