Ignore:
Timestamp:
Jul 19, 2010, 10:55:51 PM (15 years ago)
Author:
dmik
Message:

jdk/make: Typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/common/Release.gmk

    r67 r69  
    6969
    7070# Text documents on windows use this suffix
    71 ifeq ($(filter-out windows,os2 $(PLATFORM)),)
     71ifeq ($(filter-out windows os2, $(PLATFORM)),)
    7272  TEXT_SUFFIX = .txt
    7373endif
     
    9292    LICENSE_VERSION=.fcs
    9393  endif
    94   ifeq ($(filter-out windows,os2 $(PLATFORM)),)
     94  ifeq ($(filter-out windows os2, $(PLATFORM)),)
    9595    LICENSE_DOCLIST_JDK = $(subst $(LICENSE_VERSION),,\
    9696                   $(shell $(CD) $(SHARE_JDK_DOC_SRC) && \
     
    786786                -o meta-index *.jar
    787787        @$(CD) $(JRE_IMAGE_DIR)/lib/ext && $(java-vm-cleanup)
    788 ifeq ($(filter-out windows,os2 $(PLATFORM)),)
     788ifeq ($(filter-out windows os2, $(PLATFORM)),)
    789789        @# Remove certain *.lib files
    790790        $(CD) $(JRE_IMAGE_DIR)/lib && \
     
    821821JRE_ELF_LIST=$(TEMPDIR)/jre-elf-files.list
    822822$(JRE_ELF_LIST):
    823 ifneq ($(filter-out windows,os2 $(PLATFORM)),)
     823ifneq ($(filter-out windows os2, $(PLATFORM)),)
    824824        $(RM) $@
    825825        $(FIND) $(JRE_IMAGE_DIR)/lib -type f -name \*.$(LIB_SUFFIX) >> $@
     
    906906            fi; \
    907907        done
    908   ifeq ($(filter-out windows,os2 $(PLATFORM)),)
     908  ifeq ($(filter-out windows os2, $(PLATFORM)),)
    909909        @#
    910910        @# lib/
     
    10441044        @#
    10451045        $(CD) javax/swing/beaninfo && $(MAKE) swing-1.2-beans
    1046 ifneq ($(filter-out windows,os2 $(PLATFORM)),)
     1046ifneq ($(filter-out windows os2, $(PLATFORM)),)
    10471047        $(call copy-man-pages,$(JDK_IMAGE_DIR),$(JDK_MAN_PAGES))
    10481048endif # !windows
     
    10591059JDK_ELF_LIST=$(TEMPDIR)/jdk-elf-files.list
    10601060$(JDK_ELF_LIST):
    1061 ifneq ($(filter-out windows,os2 $(PLATFORM)),)
     1061ifneq ($(filter-out windows os2, $(PLATFORM)),)
    10621062        $(RM) $@
    10631063        $(FIND) $(JDK_IMAGE_DIR)/jre/lib -type f -name \*.$(LIB_SUFFIX) >> $@
     
    12221222        $(RM) -r $(OUTPUTDIR)/$(ARCH)
    12231223endif
    1224 ifeq ($(filter-out windows,os2 $(PLATFORM)),)
     1224ifeq ($(filter-out windows os2, $(PLATFORM)),)
    12251225        $(RM) $(TEMPDIR)/rebase.input
    12261226endif
Note: See TracChangeset for help on using the changeset viewer.