equal
deleted
inserted
replaced
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)) |