Merge "The old clean target had bit rotted." into gingerbread

This commit is contained in:
Joe Onorato 2010-09-03 10:26:04 -07:00 committed by Android (Google) Code Review
commit c5b8d4ceb6

View file

@ -774,23 +774,13 @@ $(call dist-for-goals,sdk, \
findbugs: $(INTERNAL_FINDBUGS_HTML_TARGET) $(INTERNAL_FINDBUGS_XML_TARGET) findbugs: $(INTERNAL_FINDBUGS_HTML_TARGET) $(INTERNAL_FINDBUGS_XML_TARGET)
.PHONY: clean .PHONY: clean
dirs_to_clean := \
$(PRODUCT_OUT) \
$(TARGET_COMMON_OUT_ROOT) \
$(HOST_OUT) \
$(HOST_COMMON_OUT_ROOT)
clean: clean:
@for dir in $(dirs_to_clean) ; do \
echo "Cleaning $$dir..."; \
rm -rf $$dir; \
done
@echo "Clean."; \
.PHONY: clobber
clobber:
@rm -rf $(OUT_DIR) @rm -rf $(OUT_DIR)
@echo "Entire build directory removed." @echo "Entire build directory removed."
.PHONY: clobber
clobber: clean
# The rules for dataclean and installclean are defined in cleanbuild.mk. # The rules for dataclean and installclean are defined in cleanbuild.mk.
#xxx scrape this from ALL_MODULE_NAME_TAGS #xxx scrape this from ALL_MODULE_NAME_TAGS