Lines Matching refs:jre

81 # The base names of all the license and document files for the jdk and jre
82 # (These files get placed in the jdk and jre install images)
87 # Same files for jdk and jre, no name changes
223 INITIAL_IMAGE_JRE=initial-image-jre
227 INITIAL_IMAGE_JRE=initial-image-jre-sol64
233 initial-image-jre initial-image-jdk \
234 initial-image-jre-sol64 initial-image-jdk-sol64 \
235 trim-image-jre trim-image-jdk \
236 identify-image-jre identify-image-jdk \
237 process-image-jre process-image-jdk \
242 # Order is important here, trim jre after jdk image is created
247 trim-image-jre trim-image-jdk \
248 identify-image-jre identify-image-jdk \
249 process-image-jre process-image-jdk sec-files sec-files-win \
255 trim-image-jre trim-image-jdk \
256 identify-image-jre identify-image-jdk \
257 process-image-jre process-image-jdk sec-files sec-files-win \
262 image-jre:: initial-image-jre trim-image-jre identify-image-jre process-image-jre
788 initial-image-jre-setup:
792 # 64-bit solaris jre image contains only the 64-bit add-on files.
793 initial-image-jre-sol64:: initial-image-jre-setup
800 @# Remove some files from the jre area
810 # Construct an initial jre image (initial jdk jre) no trimming or stripping
813 initial-image-jre:: initial-image-jre-setup \
829 @# Remove some files from the jre area
836 @# Remove orb.idl and ir.idl from jre
874 # Trim out any extra files not for the jre shipment but wanted in the jdk jre.
875 # (Note the jdk WILL want the jre image before this trimming)
877 # Remove certain shared libraries that should not be in the jre image
878 # but should be in the jdk jre image.
879 trim-image-jre::
897 # Get list of all binary (COFF or Elf) files in the jre
898 JRE_BIN_LIST=$(TEMPDIR)/jre-bin-files.list
913 # (Note the jdk WILL want the jre image before this processing)
914 process-image-jre:: $(JRE_BIN_LIST)
937 # for the server version of jre, before deploy build
943 $(RM) $(JDK_SERVER_BUNDLE_DIR)/Home/jre/bin/jcontrol
952 $(RM) $(JDK_SERVER_IMAGE_DIR)/jre/bin/jcontrol
965 # The one for the output jre subdirectory gets there because cpio sees its
966 # own dropping in the input jre subdirectory. Need to remove both of these.
976 $(MKDIR) -p $(JDK_IMAGE_DIR)/jre
978 | $(CPIO) -pdum $(JDK_IMAGE_DIR)/jre )
981 $(RM) -rf $(JDK_IMAGE_DIR)/jre/[A-Za-z]:
983 $(RM) -rf $(JDK_IMAGE_DIR)/jre/man
1098 @# on Linux copy jexec from jre/lib to /lib
1181 $(FIND) $(JDK_IMAGE_DIR)/jre/bin -type f -name \*.exe \
1187 $(FIND) $(JDK_IMAGE_DIR)/jre/lib -type f -name \*.$(LIB_SUFFIX) >> $@
1190 $(FILE) `$(FIND) $(JDK_IMAGE_DIR)/jre/bin -type f ! -name '*.debuginfo' -name \*$(EXE_SUFFIX)` \
1268 identify-image-jre:: $(JRE_INFO_FILE)
1279 TEMP_PREV_JRE_IMAGE_DIR=$(TEMP_PREV_JRE_BASE_DIR)/jre$(PREVIOUS_JDK_VERSION)
1303 PREV_JRE_IMAGE_DIR=$(PREVIOUS_RELEASE_IMAGE)/jre
1313 compare-image:: install-previous-sanity install-previous-jre install-previous-jdk
1315 # Unbundle the jre
1330 $(ECHO) "ERROR: You do not have access to the previous java release jre bundles. \n" \
1345 install-previous-jre: $(PREV_JRE_IMAGE_DIR)/bin/java$(EXE_SUFFIX)
1348 # Create the jre comparison report
1349 $(TEMP_PREV_JRE_COMPARISON): install-previous-jre $(DIRDIFF_JARFILE)
1366 # Report on the jre image comparison
1367 compare-image-jre: $(TEMP_PREV_JRE_COMPARISON)
1383 compare-image:: compare-image-jre compare-image-jdk
1414 .PHONY: images image-jre image-jdk \
1415 initial-image-jre initial-image-jdk \
1416 initial-image-jre-sol64 initial-image-jdk-sol64 \
1420 initial-image-jre-setup \
1421 trim-image-jre trim-image-jdk \
1422 process-image-jre process-image-jdk \
1423 identify-image-jre identify-image-jdk \
1424 install-previous-jre install-previous-jdk \
1425 compare-image-jre compare-image-jdk \