make/Main.gmk
changeset 28713 c1ea17b60964
parent 28604 fd6779dcecf0
parent 28600 09dd1740f176
child 28809 6481e27e00ee
equal deleted inserted replaced
28605:68bf16ffbd7a 28713:c1ea17b60964
   399   docs-jvmtidoc: hotspot
   399   docs-jvmtidoc: hotspot
   400 
   400 
   401   test: jimages
   401   test: jimages
   402 
   402 
   403   verify-modules: exploded-image
   403   verify-modules: exploded-image
       
   404 
       
   405   test-make: clean-test-make
   404 
   406 
   405 endif
   407 endif
   406 
   408 
   407 ################################################################################
   409 ################################################################################
   408 # Virtual targets without recipes
   410 # Virtual targets without recipes
   475 ################################################################################
   477 ################################################################################
   476 # Clean targets are automatically run serially by the Makefile calling this
   478 # Clean targets are automatically run serially by the Makefile calling this
   477 # file.
   479 # file.
   478 
   480 
   479 CLEAN_DIRS += hotspot jdk bootcycle-build test buildtools support \
   481 CLEAN_DIRS += hotspot jdk bootcycle-build test buildtools support \
   480     images make-support
   482     images make-support test-make
   481 CLEAN_DIR_TARGETS := $(addprefix clean-, $(CLEAN_DIRS))
   483 CLEAN_DIR_TARGETS := $(addprefix clean-, $(CLEAN_DIRS))
   482 CLEAN_PHASES := gensrc java native include
   484 CLEAN_PHASES := gensrc java native include
   483 CLEAN_PHASE_TARGETS := $(addprefix clean-, $(CLEAN_PHASES))
   485 CLEAN_PHASE_TARGETS := $(addprefix clean-, $(CLEAN_PHASES))
   484 CLEAN_MODULE_TARGETS := $(addprefix clean-, $(ALL_MODULES))
   486 CLEAN_MODULE_TARGETS := $(addprefix clean-, $(ALL_MODULES))
   485 # Construct targets of the form clean-$module-$phase
   487 # Construct targets of the form clean-$module-$phase