make/java/redist/Makefile

Print this page

        

@@ -206,54 +206,45 @@
 # it is OK for the .map and .pdb files to not exist, so do not force a
 # dependency on them from the bootstrap location, and allow the copy to fail.
 $(LIB_LOCATION)/$(CLIENT_LOCATION)/$(JVMMAP_NAME):
         @$(prep-target)
         -$(CP) $(HOTSPOT_CLIENT_PATH)/$(JVMMAP_NAME)  $@
-        @$(install-module-file)
 
 $(LIB_LOCATION)/$(KERNEL_LOCATION)/$(JVMMAP_NAME):
         @$(prep-target)
         -$(CP) $(HOTSPOT_KERNEL_PATH)/$(JVMMAP_NAME)  $@
-        @$(install-module-file)
 
 ifndef BUILD_CLIENT_ONLY
 $(LIB_LOCATION)/$(SERVER_LOCATION)/$(JVMMAP_NAME):
         @$(prep-target)
         -$(CP) $(HOTSPOT_SERVER_PATH)/$(JVMMAP_NAME) $@
-        @$(install-module-file)
 endif
 
 $(LIB_LOCATION)/$(CLIENT_LOCATION)/$(JVMPDB_NAME):
         @$(prep-target)
         -$(CP) $(HOTSPOT_CLIENT_PATH)/$(JVMPDB_NAME)  $@
-        @$(install-module-file)
 
 $(LIB_LOCATION)/$(KERNEL_LOCATION)/$(JVMPDB_NAME):
         @$(prep-target)
         -$(CP) $(HOTSPOT_KERNEL_PATH)/$(JVMPDB_NAME)  $@
-        @$(install-module-file)
 
 $(LIB_LOCATION)/$(CLIENT_LOCATION)/$(JVM_DIZ_NAME):
         @$(prep-target)
         -$(CP) $(HOTSPOT_CLIENT_PATH)/$(JVM_DIZ_NAME)  $@
-        @$(install-module-file)
 
 $(LIB_LOCATION)/$(KERNEL_LOCATION)/$(JVM_DIZ_NAME):
         @$(prep-target)
         -$(CP) $(HOTSPOT_KERNEL_PATH)/$(JVM_DIZ_NAME)  $@
-        @$(install-module-file)
 
 ifndef BUILD_CLIENT_ONLY
 $(LIB_LOCATION)/$(SERVER_LOCATION)/$(JVMPDB_NAME):
         @$(prep-target)
         -$(CP) $(HOTSPOT_SERVER_PATH)/$(JVMPDB_NAME) $@
-        @$(install-module-file)
 
 $(LIB_LOCATION)/$(SERVER_LOCATION)/$(JVM_DIZ_NAME):
         @$(prep-target)
         -$(CP) $(HOTSPOT_SERVER_PATH)/$(JVM_DIZ_NAME) $@
-        @$(install-module-file)
 endif
 
 #  Windows     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  Windows
 else # PLATFORM
 #  NOT Windows vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  NOT Windows