aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-10-24 01:35:34 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-10-24 01:35:34 +0000
commit91db07d8b04eaa2fe8ab842e777ffc4fc8fada12 (patch)
tree7208e3ba5887dba0804296893cf31faf80ccc93e /target
parentf02f6aaadc53e850b9460d3f1d7021301be82aa9 (diff)
downloadupstream-91db07d8b04eaa2fe8ab842e777ffc4fc8fada12.tar.gz
upstream-91db07d8b04eaa2fe8ab842e777ffc4fc8fada12.tar.bz2
upstream-91db07d8b04eaa2fe8ab842e777ffc4fc8fada12.zip
remove another unnecessary message
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2296 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/linux-2.6/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/linux-2.6/Makefile b/target/linux/linux-2.6/Makefile
index a3d94edf76..5516240ce6 100644
--- a/target/linux/linux-2.6/Makefile
+++ b/target/linux/linux-2.6/Makefile
@@ -242,7 +242,6 @@ $(STAMP_DIR)/.linux-compile: $(LINUX_DIR)/.modules_done
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)