Skip to content

Commit

Permalink
update CleanSpec.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot committed Jun 10, 2011
1 parent 4482ee4 commit b9a92a0
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CleanSpec.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@
# ************************************************

# For example:
#$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
#$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
#$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
#$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
# $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
# $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
# $(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
# $(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)

$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/bootmenu_intermediates)
$(call add-clean-step, rm $(PRODUCT_OUT)/system/bin/bootmenu)

# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
Expand Down

0 comments on commit b9a92a0

Please sign in to comment.