Ignore:
Timestamp:
Jul 21, 2010, 9:16:25 PM (15 years ago)
Author:
dmik
Message:

jdk/make: Adopted a huge bunch of makefiles to OS/2 (will be tested as they get used).

File:
1 edited

Legend:

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

    r2 r74  
    4646
    4747# Exclude a few sources on windows
    48 ifeq ($(PLATFORM), windows)
     48ifeq ($(filter-out windows os2, $(PLATFORM)),)
    4949  AUTO_JAVA_PRUNE = sun/nio/cs/ext/COMPOUND_TEXT.java         \
    5050                    sun/nio/cs/ext/COMPOUND_TEXT_Decoder.java \
Note: See TracChangeset for help on using the changeset viewer.