make/Main.gmk
changeset 37034 b63fd4af003e
parent 37031 e90042bf422d
child 37035 08e00f202d7a
equal deleted inserted replaced
37033:028bb52d9c95 37034:b63fd4af003e
   330 docs-javadoc:
   330 docs-javadoc:
   331 	+($(CD) $(SRC_ROOT)/make && $(MAKE) $(MAKE_ARGS) -f Javadoc.gmk docs)
   331 	+($(CD) $(SRC_ROOT)/make && $(MAKE) $(MAKE_ARGS) -f Javadoc.gmk docs)
   332 
   332 
   333 docs-jvmtidoc:
   333 docs-jvmtidoc:
   334 	+($(CD) $(SRC_ROOT)/make && $(MAKE) $(MAKE_ARGS) -f Javadoc.gmk jvmtidocs)
   334 	+($(CD) $(SRC_ROOT)/make && $(MAKE) $(MAKE_ARGS) -f Javadoc.gmk jvmtidocs)
       
   335 
       
   336 zip-docs: docs-javadoc docs-jvmtidoc
       
   337 	+($(CD) $(SRC_ROOT)/make && $(MAKE) $(MAKE_ARGS) -f Javadoc.gmk zip-docs)
   335 
   338 
   336 ALL_TARGETS += docs-javadoc docs-jvmtidoc
   339 ALL_TARGETS += docs-javadoc docs-jvmtidoc
   337 
   340 
   338 ################################################################################
   341 ################################################################################
   339 # Cross compilation support
   342 # Cross compilation support
   687 ifeq ($(OPENJDK_TARGET_OS), macosx)
   690 ifeq ($(OPENJDK_TARGET_OS), macosx)
   688   product-images: mac-bundles
   691   product-images: mac-bundles
   689 endif
   692 endif
   690 
   693 
   691 # This target builds the documentation image
   694 # This target builds the documentation image
   692 docs-image: docs-javadoc docs-jvmtidoc
   695 docs-image: zip-docs
   693 
   696 
   694 # This target builds the test image
   697 # This target builds the test image
   695 test-image: prepare-test-image test-image-hotspot-jtreg-native \
   698 test-image: prepare-test-image test-image-hotspot-jtreg-native \
   696     test-image-jdk-jtreg-native test-image-failure-handler
   699     test-image-jdk-jtreg-native test-image-failure-handler
   697 
   700 
   711 jdk: exploded-image
   714 jdk: exploded-image
   712 images: product-images
   715 images: product-images
   713 docs: docs-image
   716 docs: docs-image
   714 all: all-images
   717 all: all-images
   715 
   718 
   716 ALL_TARGETS += default jdk images docs all
   719 ALL_TARGETS += default jdk images docs all zip-docs
   717 
   720 
   718 ################################################################################
   721 ################################################################################
   719 ################################################################################
   722 ################################################################################
   720 #
   723 #
   721 # Clean targets
   724 # Clean targets