make/JrtfsJar.gmk
changeset 47364 6b3389375f31
parent 47217 72e3ae9a25eb
equal deleted inserted replaced
47363:77c792d06646 47364:6b3389375f31
     1 #
     1 #
     2 # Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2014, 2017, 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
    45     jdk/internal/jimage \
    45     jdk/internal/jimage \
    46     jdk/internal/jrtfs \
    46     jdk/internal/jrtfs \
    47     #
    47     #
    48 
    48 
    49 $(eval $(call SetupJavaCompilation, BUILD_JRTFS, \
    49 $(eval $(call SetupJavaCompilation, BUILD_JRTFS, \
    50     SETUP := GENERATE_OLDBYTECODE, \
    50     SETUP := GENERATE_8_BYTECODE, \
    51     SRC := $(TOPDIR)/src/java.base/share/classes, \
    51     SRC := $(TOPDIR)/src/java.base/share/classes, \
    52     EXCLUDE_FILES := module-info.java, \
    52     EXCLUDE_FILES := module-info.java, \
    53     INCLUDES := $(JIMAGE_PKGS), \
    53     INCLUDES := $(JIMAGE_PKGS), \
    54     BIN := $(SUPPORT_OUTPUTDIR)/jrtfs_classes))
    54     BIN := $(SUPPORT_OUTPUTDIR)/jrtfs_classes))
    55 
    55