Ignore:
Timestamp:
Jan 27, 2011, 6:22:28 PM (15 years ago)
Author:
dmik
Message:

jdk: Adopted JPDA to OS/2 and included in the build (closes #19).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/common/Release.gmk

    r238 r249  
    338338TOOLS = \
    339339
    340 ifndef OS2_TEMP # JPDA
    341340TOOLS += \
    342341        META-INF/services/com.sun.jdi.connect.Connector \
    343342        META-INF/services/com.sun.jdi.connect.spi.TransportService \
    344 
    345 endif
    346 TOOLS += \
    347343        sun/tools/asm           \
    348344        sun/tools/jar           \
     
    370366        sun/jvmstat             \
    371367        com/sun/javadoc         \
    372 
    373 ifndef OS2_TEMP # JPDA
    374 TOOLS += \
    375368        com/sun/jdi             \
    376 
    377 endif
    378 TOOLS += \
    379369        com/sun/jarsigner       \
    380370        com/sun/mirror          \
    381371        com/sun/source          \
    382372        com/sun/tools/doclets   \
    383 
    384 ifndef OS2_TEMP # JPDA
    385 TOOLS += \
    386373        com/sun/tools/example/debug/expr \
    387374        com/sun/tools/example/debug/tty  \
    388375        com/sun/tools/extcheck  \
    389 
    390 endif
    391 TOOLS += \
    392376        com/sun/tools/hat       \
    393377        com/sun/tools/javac     \
     
    408392        org/relaxng/datatype   \
    409393        com/sun/xml/internal/dtdparser \
    410 
    411 ifndef OS2_TEMP # JPDA
    412 TOOLS += \
    413394        com/sun/tools/jdi       \
    414 
    415 endif
    416 TOOLS += \
    417395        com/sun/tools/script/shell      \
    418396
Note: See TracChangeset for help on using the changeset viewer.