X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/42136877538fe79297345f554d033a41dc081daa..fda46acab967f01269eac5a501c72b10d48d2bc4:/Makefile diff --git a/Makefile b/Makefile index 9d39a7b06..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,7 +97,7 @@ toolchain/%: # ############################################################# root_clean: - @$(TRACE) Cleaning... + @$(TRACE) root_clean rm -rf $(BUILD_DIR)/linux-*/root $(BUILD_DIR)/root target_clean: root_clean @@ -107,7 +108,7 @@ target_clean: root_clean clean: dirclean dirclean: - @$(TRACE) Cleaning... + @$(TRACE) dirclean @$(MAKE) -C $(CONFIG) clean rm -rf $(BUILD_DIR)