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/linux-2.4 | |
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/linux-2.4')
-rw-r--r-- | target/linux/linux-2.4/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/linux-2.4/Makefile b/target/linux/linux-2.4/Makefile index c86221f4e5..c3417bdcba 100644 --- a/target/linux/linux-2.4/Makefile +++ b/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) |