X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c65955aa6a15b044fcdb98b09544536a57a6692c..55c2791636dc0f1855a1ea378d704fd518897652:/openwrt/Makefile?ds=inline diff --git a/openwrt/Makefile b/openwrt/Makefile index 86367fefa..6dee96982 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -96,6 +96,7 @@ toolchain/%: # ############################################################# root_clean: + @$(TRACE) root_clean 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)