diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-22 16:14:30 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-22 16:14:30 +0000 |
commit | cd45334873bf33da7101c954d1d7356f1e70e9e5 (patch) | |
tree | 37b501a1d0311f6b360afd4e9faf8b958372480d /Makefile | |
parent | 8c7a1885ea45225a688f6669e3352fea7b41afbd (diff) |
another batch of V= stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2244 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |