summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6dee96982..edeb1f41e 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
@@ -107,7 +108,7 @@ target_clean: root_clean
clean: dirclean
dirclean:
- @$(TRACE) Cleaning...
+ @$(TRACE) dirclean
@$(MAKE) -C $(CONFIG) clean
rm -rf $(BUILD_DIR)