Merge "The old clean target had bit rotted." into gingerbread
This commit is contained in:
commit
c5b8d4ceb6
1 changed files with 3 additions and 13 deletions
16
core/main.mk
16
core/main.mk
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue