Ticket #16 (closed task: fixed)

Opened 3 years ago

Last modified 2 years ago

Build all components

Reported by: dmik Owned by:
Priority: blocker Milestone: RC
Component: general Version:
Severity: Keywords:
Cc:

Description

For now, some components that cannot be built on OS/2 yet, are disabled. This is done by commenting out unwanted targets in JDK makefiles (openjdk/jdk/make) using the OS2_TEMP define.

This task is to track re-enabling these components as we go and to eventually make sure that there are no OS2_TEMP ifdefs in the JDK makefiles which will mean all components applicable to OS/2 are enabled for building.

Change History

comment:1 Changed 3 years ago by dmik

Note that if some component cannot be built on OS/2 in principle (due to a corresponding OS feature missing and alike), such targets will be excluded from the build using the (normal) PLATFORM == os2 check.

comment:2 Changed 2 years ago by dmik

  • Status changed from new to closed
  • Resolution set to fixed

All components are now built except the one mentioned in #18.

Note: See TracTickets for help on using tickets.