You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/12/06 06:20:31 UTC

svn commit: r482902 - in /harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux: agent/makefile transport/makefile

Author: geirm
Date: Tue Dec  5 21:20:30 2006
New Revision: 482902

URL: http://svn.apache.org/viewvc?view=rev&rev=482902
Log:
tweaks because we added the full jdk structure 
to working_vm/build/deploy


Modified:
    harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux/agent/makefile
    harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux/transport/makefile

Modified: harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux/agent/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux/agent/makefile?view=diff&rev=482902&r1=482901&r2=482902
==============================================================================
--- harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux/agent/makefile (original)
+++ harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux/agent/makefile Tue Dec  5 21:20:30 2006
@@ -26,7 +26,7 @@
 CMNAGENT=$(COMMON)agent/
 
 CFLAGS = -O1 $(HY_CFLAGS) -D_DEBUG -DLINUX -D_REENTRANT -DIPv6_FUNCTION_SUPPORT \
-         $(VMDEBUG) -I$(HY_HDK)/include -I$(HY_DRLVM)/jre/include -I. \
+         $(VMDEBUG) -I$(HY_HDK)/include -I$(HY_DRLVM)/jdk/jre/include -I. \
          -I$(CMNAGENT)commands   -I$(CMNAGENT)core \
          -I$(COMMON)generic -Icore
 

Modified: harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux/transport/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux/transport/makefile?view=diff&rev=482902&r1=482901&r2=482902
==============================================================================
--- harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux/transport/makefile (original)
+++ harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux/transport/makefile Tue Dec  5 21:20:30 2006
@@ -27,7 +27,7 @@
 CMNTRANS=$(COMMON)transport/
 
 CFLAGS = -O1 $(HY_CFLAGS) -D_DEBUG -DLINUX -D_REENTRANT -DIPv6_FUNCTION_SUPPORT \
-         $(VMDEBUG) -I$(HY_HDK)/include -I$(HY_DRLVM)/jre/include -I. \
+         $(VMDEBUG) -I$(HY_HDK)/include -I$(HY_DRLVM)/jdk/jre/include -I. \
          -I$(CMNTRANS)common   -I$(CMNTRANS)dt_socket \
          -I$(COMMON)generic -Idt_socket