equal
deleted
inserted
replaced
491 ################################################################################ |
491 ################################################################################ |
492 # Clean targets are automatically run serially by the Makefile calling this |
492 # Clean targets are automatically run serially by the Makefile calling this |
493 # file. |
493 # file. |
494 |
494 |
495 CLEAN_COMPONENTS += langtools corba hotspot jdk nashorn images \ |
495 CLEAN_COMPONENTS += langtools corba hotspot jdk nashorn images \ |
496 bootcycle-build docs docstemp test |
496 bootcycle-build docs docstemp test make-support |
497 CLEAN_TARGETS := $(addprefix clean-, $(CLEAN_COMPONENTS)) |
497 CLEAN_TARGETS := $(addprefix clean-, $(CLEAN_COMPONENTS)) |
498 |
498 |
499 # Remove everything, except the output from configure. |
499 # Remove everything, except the output from configure. |
500 clean: $(CLEAN_TARGETS) |
500 clean: $(CLEAN_TARGETS) |
501 ($(CD) $(OUTPUT_ROOT) && $(RM) -r tmp source_tips build.log* build-trace*.log*) |
501 ($(CD) $(OUTPUT_ROOT) && $(RM) -r tmp source_tips build.log* build-trace*.log*) |