jdk/make/Makefile
changeset 8583 15dea0fdc2ea
parent 8018 79ce40b4ab5e
child 9035 1255eb81cc2f
equal deleted inserted replaced
8471:fd444c61e7ed 8583:15dea0fdc2ea
    72 images            -- build the jdk and jre image directories \n\
    72 images            -- build the jdk and jre image directories \n\
    73 import            -- copy in the pre-built components (e.g. VM) \n\
    73 import            -- copy in the pre-built components (e.g. VM) \n\
    74 import_product    -- copy in the product components \n\
    74 import_product    -- copy in the product components \n\
    75 import_fastdebug  -- copy in the fastdebug components \n\
    75 import_fastdebug  -- copy in the fastdebug components \n\
    76 import_debug      -- copy in the debug components \n\
    76 import_debug      -- copy in the debug components \n\
    77 modules           -- build the jdk and jre module images (experimental) \n\
       
    78 create_links      -- create softlinks in Solaris 32bit build to 64bit dirs \n\
    77 create_links      -- create softlinks in Solaris 32bit build to 64bit dirs \n\
    79 "
    78 "
    80 
    79 
    81 # Variable help (only common ones used by this workspace)
    80 # Variable help (only common ones used by this workspace)
    82 variable_help: variable_help_intro variable_list variable_help_end
    81 variable_help: variable_help_intro variable_list variable_help_end
   259 
   258 
   260 #
   259 #
   261 # Release engineering targets.
   260 # Release engineering targets.
   262 #
   261 #
   263 include $(BUILDDIR)/common/Release.gmk
   262 include $(BUILDDIR)/common/Release.gmk
   264 include $(BUILDDIR)/common/Modules.gmk
       
   265 
   263 
   266 #
   264 #
   267 # Cscope targets.
   265 # Cscope targets.
   268 #
   266 #
   269 include $(BUILDDIR)/common/Cscope.gmk
   267 include $(BUILDDIR)/common/Cscope.gmk