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.

Location:
trunk/openjdk/jdk/make/sun
Files:
2 edited

Legend:

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

    r74 r144  
    6262  RENDER_SUBDIR = dcpr
    6363endif
     64ifndef OS2_TEMP # security, GUI stuff
    6465SUBDIRS = jar security javazic misc net audio $(RENDER_SUBDIR) image \
    6566          awt splashscreen $(XAWT_SUBDIR) $(MOTIF_SUBDIRS) \
     
    6869          jawt text nio launcher management $(ORG_SUBDIR) \
    6970          native2ascii serialver tools jconsole
     71else
     72SUBDIRS = jar javazic misc net \
     73          rmi beans $(JDBC_SUBDIR) \
     74          text nio launcher management $(ORG_SUBDIR) \
     75          native2ascii serialver tools jconsole
     76endif
    7077
    7178all build clean clobber::
  • trunk/openjdk/jdk/make/sun/net/FILES_java.gmk

    r74 r144  
    8888        sun/net/www/protocol/http/NegotiatorImpl.java \
    8989        sun/net/www/protocol/http/NegotiateCallbackHandler.java \
     90
     91ifndef OS2_TEMP # security
     92FILES_java += \
    9093        sun/net/www/protocol/https/AbstractDelegateHttpsURLConnection.java \
    9194        sun/net/www/protocol/https/HttpsClient.java \
     
    9497        sun/net/www/protocol/https/DelegateHttpsURLConnection.java \
    9598        sun/net/www/protocol/https/Handler.java \
     99
     100endif
     101FILES_java += \
    96102        sun/net/www/protocol/jar/Handler.java \
    97103        sun/net/www/protocol/jar/URLJarFile.java \
Note: See TracChangeset for help on using the changeset viewer.