Opened 14 years ago
Closed 14 years ago
#16 closed task (fixed)
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 (2)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
All components are now built except the one mentioned in #18.
Note:
See TracTickets
for help on using tickets.
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.