diff options
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r-- | openwrt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile index 86367fefa..9d39a7b06 100644 --- a/openwrt/Makefile +++ b/openwrt/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) |