X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d0f611787c94090697587c02e1b5c2f3d45b0b0a..a76ea8011a528b27834b3f9df5df85c2b48d9008:/Makefile diff --git a/Makefile b/Makefile index 86367fefa..9d39a7b06 100644 --- a/Makefile +++ b/Makefile @@ -96,6 +96,7 @@ toolchain/%: # ############################################################# root_clean: + @$(TRACE) Cleaning... rm -rf $(BUILD_DIR)/linux-*/root $(BUILD_DIR)/root target_clean: root_clean @@ -106,6 +107,7 @@ target_clean: root_clean clean: dirclean dirclean: + @$(TRACE) Cleaning... @$(MAKE) -C $(CONFIG) clean rm -rf $(BUILD_DIR)