make/copy/Copy-java.base.gmk
changeset 51730 cd0775f67ab0
parent 51709 a15a61e954c0
child 52065 dea8a62cdfc3
equal deleted inserted replaced
51729:1ebe04845112 51730:cd0775f67ab0
     1 #
     1 #
     2 # Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    29 
    29 
    30 $(eval $(call IncludeCustomExtension, copy/Copy-java.base.gmk))
    30 $(eval $(call IncludeCustomExtension, copy/Copy-java.base.gmk))
    31 
    31 
    32 ################################################################################
    32 ################################################################################
    33 
    33 
    34 ifneq ($(findstring $(OPENJDK_TARGET_OS), windows aix),)
    34 ifeq ($(OPENJDK_TARGET_OS), aix)
    35 
    35 
    36   TZMAPPINGS_SRC := $(TOPDIR)/src/java.base/$(OPENJDK_TARGET_OS)/conf
    36   TZMAPPINGS_SRC := $(TOPDIR)/src/java.base/$(OPENJDK_TARGET_OS)/conf
    37 
    37 
    38   $(LIB_DST_DIR)/tzmappings: $(TZMAPPINGS_SRC)/tzmappings
    38   $(LIB_DST_DIR)/tzmappings: $(TZMAPPINGS_SRC)/tzmappings
    39 	$(call install-file)
    39 	$(call install-file)