make/Main.gmk
changeset 51678 2fdfe34f7262
parent 50908 7c51db95ccb6
child 51994 7577686cc9bd
child 56905 d4ab0656f48e
child 56950 55725429863a
equal deleted inserted replaced
51677:ddc976897c75 51678:2fdfe34f7262
  1105 
  1105 
  1106 # Remove everything, including configure configuration. If the output
  1106 # Remove everything, including configure configuration. If the output
  1107 # directory was created by configure and now becomes empty, remove it as well.
  1107 # directory was created by configure and now becomes empty, remove it as well.
  1108 dist-clean: clean
  1108 dist-clean: clean
  1109 	($(CD) $(OUTPUTDIR) && \
  1109 	($(CD) $(OUTPUTDIR) && \
  1110 	    $(RM) -r *spec.gmk $(CONFIGURESUPPORT_OUTPUTDIR) Makefile compare.sh ide)
  1110 	    $(RM) -r *spec.gmk $(CONFIGURESUPPORT_OUTPUTDIR) Makefile compare.sh ide \
       
  1111 	    configure.log* build.log*)
  1111 	$(if $(filter $(CONF_NAME),$(notdir $(OUTPUTDIR))), \
  1112 	$(if $(filter $(CONF_NAME),$(notdir $(OUTPUTDIR))), \
  1112 	  if test "x`$(LS) $(OUTPUTDIR)`" != x; then \
  1113 	  if test "x`$(LS) $(OUTPUTDIR)`" != x; then \
  1113 	    $(ECHO) "Warning: Not removing non-empty configuration directory for '$(CONF_NAME)'" ; \
  1114 	    $(ECHO) "Warning: Not removing non-empty configuration directory for '$(CONF_NAME)'" ; \
  1114 	  else \
  1115 	  else \
  1115 	    ($(CD) $(TOPDIR) && $(ECHO) "Removing configuration directory for '$(CONF_NAME)'" \
  1116 	    ($(CD) $(TOPDIR) && $(ECHO) "Removing configuration directory for '$(CONF_NAME)'" \