agent/make/Makefile
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6879063 Cdiff agent/make/Makefile

agent/make/Makefile

Print this page

        

*** 39,52 **** endif PKGLIST = \ sun.jvm.hotspot \ sun.jvm.hotspot.asm \ - sun.jvm.hotspot.asm.amd64 \ - sun.jvm.hotspot.asm.ia64 \ sun.jvm.hotspot.asm.sparc \ - sun.jvm.hotspot.asm.x86 \ sun.jvm.hotspot.bugspot \ sun.jvm.hotspot.bugspot.tree \ sun.jvm.hotspot.c1 \ sun.jvm.hotspot.code \ sun.jvm.hotspot.compiler \ --- 39,49 ----
*** 54,66 **** sun.jvm.hotspot.debugger.amd64 \ sun.jvm.hotspot.debugger.cdbg \ sun.jvm.hotspot.debugger.cdbg.basic \ sun.jvm.hotspot.debugger.cdbg.basic.amd64 \ sun.jvm.hotspot.debugger.cdbg.basic.x86 \ - sun.jvm.hotspot.debugger.dbx \ - sun.jvm.hotspot.debugger.dbx.sparc \ - sun.jvm.hotspot.debugger.dbx.x86 \ sun.jvm.hotspot.debugger.dummy \ sun.jvm.hotspot.debugger.ia64 \ sun.jvm.hotspot.debugger.linux \ sun.jvm.hotspot.debugger.linux.amd64 \ sun.jvm.hotspot.debugger.linux.ia64 \ --- 51,60 ----
*** 130,143 **** # Generated using the build-filelist script FILELIST = \ sun/jvm/hotspot/*.java \ sun/jvm/hotspot/asm/*.java \ - sun/jvm/hotspot/asm/amd64/*.java \ - sun/jvm/hotspot/asm/ia64/*.java \ sun/jvm/hotspot/asm/sparc/*.java \ - sun/jvm/hotspot/asm/x86/*.java \ sun/jvm/hotspot/bugspot/*.java \ sun/jvm/hotspot/bugspot/tree/*.java \ sun/jvm/hotspot/c1/*.java \ sun/jvm/hotspot/code/*.java \ sun/jvm/hotspot/compiler/*.java \ --- 124,134 ----
*** 145,157 **** sun/jvm/hotspot/debugger/amd64/*.java \ sun/jvm/hotspot/debugger/cdbg/*.java \ sun/jvm/hotspot/debugger/cdbg/basic/*.java \ sun/jvm/hotspot/debugger/cdbg/basic/amd64/*.java \ sun/jvm/hotspot/debugger/cdbg/basic/x86/*.java \ - sun/jvm/hotspot/debugger/dbx/*.java \ - sun/jvm/hotspot/debugger/dbx/sparc/*.java \ - sun/jvm/hotspot/debugger/dbx/x86/*.java \ sun/jvm/hotspot/debugger/dummy/*.java \ sun/jvm/hotspot/debugger/ia64/*.java \ sun/jvm/hotspot/debugger/linux/*.java \ sun/jvm/hotspot/debugger/linux/x86/*.java \ sun/jvm/hotspot/debugger/posix/*.java \ --- 136,145 ----
agent/make/Makefile
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File