X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d0f611787c94090697587c02e1b5c2f3d45b0b0a..a5302ba49d0a9f6aece94ea97c11d7497c5fcd06:/Makefile

diff --git a/Makefile b/Makefile
index 86367fefa..abc9dfee2 100644
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,7 @@ include .config.cmd
 
 world: $(DL_DIR) $(BUILD_DIR) configtest 
 	$(MAKE) toolchain/install target/compile package/compile root_clean package/install target/install package_index
+	@$(TRACE) Build complete.
 
 .PHONY: all world clean dirclean distclean image_clean target_clean source configtest
 
@@ -96,6 +97,7 @@ toolchain/%:
 #
 #############################################################
 root_clean:
+	@$(TRACE) root_clean
 	rm -rf $(BUILD_DIR)/linux-*/root $(BUILD_DIR)/root
 
 target_clean: root_clean
@@ -106,6 +108,7 @@ target_clean: root_clean
 clean: dirclean
 
 dirclean:
+	@$(TRACE) dirclean
 	@$(MAKE) -C $(CONFIG) clean
 	rm -rf $(BUILD_DIR)