jdk/make/java/redist/Makefile

Print this page

        

*** 270,291 **** $(LIB_LOCATION)/$(KERNEL_LOCATION)/Xusage.txt : $(HOTSPOT_KERNEL_PATH)/Xusage.txt $(install-file) # ! # Specific to OpenJDK building # ! ifdef OPENJDK - ifeq ($(IMPORT_BINARY_PLUGS),true) - include $(BUILDDIR)/common/internal/BinaryPlugs.gmk - - build: import-binary-plugs - endif - - else # !OPENJDK - INTERNAL_IMPORT_LIST += \ $(LIBDIR)/security/US_export_policy.jar \ $(LIBDIR)/security/local_policy.jar \ $(LIBDIR)/jce.jar --- 270,283 ---- $(LIB_LOCATION)/$(KERNEL_LOCATION)/Xusage.txt : $(HOTSPOT_KERNEL_PATH)/Xusage.txt $(install-file) # ! # Specific to non-OpenJDK building # ! ifndef OPENJDK INTERNAL_IMPORT_LIST += \ $(LIBDIR)/security/US_export_policy.jar \ $(LIBDIR)/security/local_policy.jar \ $(LIBDIR)/jce.jar