diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-22 15:10:20 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-22 15:10:20 +0000 |
commit | bab4efad53ecef261da2a6b6fc4cd1e834636da6 (patch) | |
tree | c78be46e0bb41bb4234916f23d9a6cee9a37410c /openwrt/Makefile | |
parent | cf904085d9b7aaf9ebe76fbe682b7fd2c1a4447f (diff) |
make log output a bit nicer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2241 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r-- | openwrt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile index 9d39a7b06..6dee96982 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -96,7 +96,7 @@ toolchain/%: # ############################################################# root_clean: - @$(TRACE) Cleaning... + @$(TRACE) root_clean rm -rf $(BUILD_DIR)/linux-*/root $(BUILD_DIR)/root target_clean: root_clean |