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 | f7712db53cefa44a6efbf72328299e32e83be938 (patch) | |
| tree | 0fb5f2cacfe88cf18cc3df0a5096b82355334791 /openwrt/target/linux/image | |
| parent | 58eebfa037d5b598048416e2ea2cab04fcfa60df (diff) | |
| download | mtk-20170518-f7712db53cefa44a6efbf72328299e32e83be938.zip mtk-20170518-f7712db53cefa44a6efbf72328299e32e83be938.tar.gz mtk-20170518-f7712db53cefa44a6efbf72328299e32e83be938.tar.bz2 | |
make log output a bit nicer
SVN-Revision: 2241
Diffstat (limited to 'openwrt/target/linux/image')
| -rw-r--r-- | openwrt/target/linux/image/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/openwrt/target/linux/image/Makefile b/openwrt/target/linux/image/Makefile index 68b1bd3..e44a46a 100644 --- a/openwrt/target/linux/image/Makefile +++ b/openwrt/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) |
