< prev index next >

jdk/make/launcher/Launcher-jdk.pack200.gmk

Print this page

        

*** 1,7 **** # ! # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this --- 1,7 ---- # ! # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this
*** 70,80 **** # if feeded with a version script which contains named tags. ifeq ($(USING_BROKEN_SUSE_LD), yes) UNPACK_MAPFILE := $(UNPACK_MAPFILE_DIR)/mapfile-vers-unpack200.anonymous else ifneq ($(wildcard $(UNPACK_MAPFILE_PLATFORM_FILE)), ) UNPACK_MAPFILE := $(UNPACK_MAPFILE_PLATFORM_FILE) ! else UNPACK_MAPFILE := $(UNPACK_MAPFILE_DIR)/mapfile-vers-unpack200 endif $(eval $(call SetupNativeCompilation,BUILD_UNPACKEXE, \ SRC := $(UNPACKEXE_SRC), \ --- 70,80 ---- # if feeded with a version script which contains named tags. ifeq ($(USING_BROKEN_SUSE_LD), yes) UNPACK_MAPFILE := $(UNPACK_MAPFILE_DIR)/mapfile-vers-unpack200.anonymous else ifneq ($(wildcard $(UNPACK_MAPFILE_PLATFORM_FILE)), ) UNPACK_MAPFILE := $(UNPACK_MAPFILE_PLATFORM_FILE) ! else ifneq ($(OPENJDK_TARGET_OS), bsd) UNPACK_MAPFILE := $(UNPACK_MAPFILE_DIR)/mapfile-vers-unpack200 endif $(eval $(call SetupNativeCompilation,BUILD_UNPACKEXE, \ SRC := $(UNPACKEXE_SRC), \
< prev index next >