changeset 849:f10f673d9b17

8023156: make dist-clean should remove javacservers directory Reviewed-by: erikj
author igerasim
date Fri, 16 Aug 2013 14:43:38 +0200
parents 4fb877dfe5c4
children dadf49495ab4
files common/makefiles/Main.gmk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common/makefiles/Main.gmk	Thu Aug 15 17:14:53 2013 +0200
+++ b/common/makefiles/Main.gmk	Fri Aug 16 14:43:38 2013 +0200
@@ -204,7 +204,7 @@
 # If the output directory was created by configure and now becomes empty, remove it as well.
 # FIXME: tmp should not be here, fix ResetTimers instead. And remove spec.sh!
 dist-clean: clean
-	@($(CD) $(OUTPUT_ROOT) && $(RM) -r *spec.gmk config.* configure-arguments Makefile compare.sh spec.sh tmp)
+	@($(CD) $(OUTPUT_ROOT) && $(RM) -r *spec.gmk config.* configure-arguments Makefile compare.sh spec.sh tmp javacservers)
 	@$(if $(filter $(CONF_NAME),$(notdir $(OUTPUT_ROOT))), \
     if test "x`$(LS) $(OUTPUT_ROOT)`" != x; then \
         $(ECHO) "Warning: Not removing non-empty configuration directory for '$(CONF_NAME)'" ;\