make/Main.gmk
changeset 30184 4454203533c3
parent 29305 4ddc6faf7842
child 29662 78c47f0002c3
child 29851 81a61a04e2fe
equal deleted inserted replaced
30183:a6588c0a3259 30184:4454203533c3
   529 ################################################################################
   529 ################################################################################
   530 # Clean targets are automatically run serially by the Makefile calling this
   530 # Clean targets are automatically run serially by the Makefile calling this
   531 # file.
   531 # file.
   532 
   532 
   533 CLEAN_DIRS += hotspot jdk bootcycle-build test buildtools support \
   533 CLEAN_DIRS += hotspot jdk bootcycle-build test buildtools support \
   534     images make-support test-make
   534     images make-support test-make bundles
   535 CLEAN_DIR_TARGETS := $(addprefix clean-, $(CLEAN_DIRS))
   535 CLEAN_DIR_TARGETS := $(addprefix clean-, $(CLEAN_DIRS))
   536 CLEAN_TESTS += hotspot-jtreg-native jdk-jtreg-native
   536 CLEAN_TESTS += hotspot-jtreg-native jdk-jtreg-native
   537 CLEAN_TEST_TARGETS += $(addprefix clean-test-, $(CLEAN_TESTS))
   537 CLEAN_TEST_TARGETS += $(addprefix clean-test-, $(CLEAN_TESTS))
   538 CLEAN_PHASES := gensrc java native include
   538 CLEAN_PHASES := gensrc java native include
   539 CLEAN_PHASE_TARGETS := $(addprefix clean-, $(CLEAN_PHASES))
   539 CLEAN_PHASE_TARGETS := $(addprefix clean-, $(CLEAN_PHASES))