summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-24 01:35:34 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-24 01:35:34 +0000
commit4adec0f825f615b5d3a5a0cddbab7d4075ddbd94 (patch)
tree72daf52ea29dadb5d7ca368ce5c1aad4b07fd562
parent512a006323ca202e2182c2ef5eaa08e65fe52c0b (diff)
remove another unnecessary message
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2296 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/target/linux/linux-2.6/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/target/linux/linux-2.6/Makefile b/openwrt/target/linux/linux-2.6/Makefile
index a3d94edf7..5516240ce 100644
--- a/openwrt/target/linux/linux-2.6/Makefile
+++ b/openwrt/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)