Ignore:
Timestamp:
Sep 4, 2010, 1:44:54 AM (15 years ago)
Author:
dmik
Message:

jdk/make: Added ifndef OS2_TEMP to disable various components we don't yet support and thus make it possible to have a full build cycle.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/com/sun/Makefile

    r2 r144  
    4040
    4141# Omit mirror since it's built with the apt tool.
     42ifndef OS2_TEMP # security
    4243SUBDIRS = $(SCRIPT_SUBDIR) image security crypto/provider jndi jmx \
    4344    java inputmethods org rowset net/httpserver net/ssl demo \
    4445    tools jarsigner
     46else
     47SUBDIRS = $(SCRIPT_SUBDIR) jndi jmx \
     48    java org rowset net/httpserver demo \
     49    jarsigner
     50endif
    4551
    4652all build clean clobber::
Note: See TracChangeset for help on using the changeset viewer.