diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 15:10:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 15:10:20 +0000 |
commit | 643ea4281e5a515e42a99cfccab9f703c308e213 (patch) | |
tree | 2b92906b686e9544a3520830f8983b891717881b /target/linux/image/Makefile | |
parent | d9d4965ae1c2dc6b6f77cab2143381353518b74d (diff) | |
download | upstream-643ea4281e5a515e42a99cfccab9f703c308e213.tar.gz upstream-643ea4281e5a515e42a99cfccab9f703c308e213.tar.bz2 upstream-643ea4281e5a515e42a99cfccab9f703c308e213.zip |
make log output a bit nicer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2241 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/image/Makefile')
-rw-r--r-- | target/linux/image/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/image/Makefile b/target/linux/image/Makefile index 68b1bd39c7..e44a46acdf 100644 --- a/target/linux/image/Makefile +++ b/target/linux/image/Makefile @@ -15,13 +15,10 @@ include ./tgz.mk endif prepare: - @$(PKG_TRACE) Preparing... $(MAKE) prepare-targets $(MAKE_TRACE) compile: - @$(PKG_TRACE) Compiling... $(MAKE) compile-targets $(MAKE_TRACE) install: - @$(PKG_TRACE) Installing... $(MAKE) install-targets $(MAKE_TRACE) .PHONY: prepare compile install @@ -46,6 +43,5 @@ install-prepare: rebuild: clean prepare compile install clean: - @$(PKG_TRACE) Cleaning... $(MAKE) clean-targets $(MAKE_TRACE) |