jdk/make/Makefile
changeset 4524 697144bd8b04
parent 2302 5ccdc0e16a39
child 4917 c98da2209f8c
equal deleted inserted replaced
4523:87292b2c6421 4524:697144bd8b04
    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\
    77 sccs_get          -- make sure all SCCS files are up-to-date (need SCCS) \n\
    78 sccs_get          -- make sure all SCCS files are up-to-date (need SCCS) \n\
    78 create_links      -- create softlinks in Solaris 32bit build to 64bit dirs \n\
    79 create_links      -- create softlinks in Solaris 32bit build to 64bit dirs \n\
    79 "
    80 "
    80 
    81 
    81 # Variable help (only common ones used by this workspace)
    82 # Variable help (only common ones used by this workspace)
   255 
   256 
   256 #
   257 #
   257 # Release engineering targets.
   258 # Release engineering targets.
   258 #
   259 #
   259 include $(BUILDDIR)/common/Release.gmk
   260 include $(BUILDDIR)/common/Release.gmk
       
   261 include $(BUILDDIR)/common/Modules.gmk
   260 
   262 
   261 #
   263 #
   262 # Cscope targets.
   264 # Cscope targets.
   263 #
   265 #
   264 include $(BUILDDIR)/common/Cscope.gmk
   266 include $(BUILDDIR)/common/Cscope.gmk