make/Main.gmk
changeset 26548 3b002da2aee1
parent 26547 f8b190ea8955
child 26673 12957484d8c4
equal deleted inserted replaced
26547:f8b190ea8955 26548:3b002da2aee1
   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*)