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/linux-2.4 | |
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/linux-2.4')
-rw-r--r-- | openwrt/target/linux/linux-2.4/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index c86221f..c3417bd 100644 --- a/openwrt/target/linux/linux-2.4/Makefile +++ b/openwrt/target/linux/linux-2.4/Makefile @@ -274,7 +274,6 @@ $(KERNEL_IPKG): source: $(DL_DIR)/$(LINUX_SOURCE) prepare: $(LINUX_DIR)/.configured compile: - @$(PKG_TRACE) Compiling... $(MAKE) $(STAMP_DIR)/.linux-compile $(MAKE_TRACE) install: compile $(TARGET_MODULES_DIR) $(KERNEL_IPKG) |