aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-10-24 01:31:22 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-10-24 01:31:22 +0000
commit3d6126d707e221e70540e68b99bf0cae6f394c23 (patch)
tree8e7f5654380f1f68cfa500ae391e12632896a98d
parented59c2703c1a57880a8c5054483617744848cf1d (diff)
downloadupstream-3d6126d707e221e70540e68b99bf0cae6f394c23.tar.gz
upstream-3d6126d707e221e70540e68b99bf0cae6f394c23.tar.bz2
upstream-3d6126d707e221e70540e68b99bf0cae6f394c23.zip
remove some unnecessary messages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2295 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/target/linux/linux-2.4/Makefile2
-rw-r--r--openwrt/target/linux/linux-2.6/Makefile1
2 files changed, 0 insertions, 3 deletions
diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile
index 2fdf1ebb585..4b2589c2cd1 100644
--- a/openwrt/target/linux/linux-2.4/Makefile
+++ b/openwrt/target/linux/linux-2.4/Makefile
@@ -321,7 +321,6 @@ install: compile $(TARGET_MODULES_DIR) $(KERNEL_IPKG)
@{ [ "$(INSTALL_TARGETS)" != "" ] && $(IPKG_KERNEL) install $(INSTALL_TARGETS) || true; } $(MAKE_TRACE)
mostlyclean:
- @$(PKG_TRACE) Cleaning...
rm -f $(STAMP_DIR)/.linux-compile
rm -f $(LINUX_BUILD_DIR)/linux-$(LINUX_VERSION)/.modules_done
rm -f $(LINUX_BUILD_DIR)/linux-$(LINUX_VERSION)/.drivers-unpacked
@@ -336,7 +335,6 @@ rebuild:
$(MAKE) compile $(MAKE_TRACE)
clean:
- @$(PKG_TRACE) Cleaning...
rm -f $(STAMP_DIR)/.linux-compile
rm -rf $(LINUX_BUILD_DIR)
rm -f $(TARGETS)
diff --git a/openwrt/target/linux/linux-2.6/Makefile b/openwrt/target/linux/linux-2.6/Makefile
index 75f6ea049d5..a3d94edf76d 100644
--- a/openwrt/target/linux/linux-2.6/Makefile
+++ b/openwrt/target/linux/linux-2.6/Makefile
@@ -268,7 +268,6 @@ rebuild:
$(MAKE) compile
clean:
- @$(PKG_TRACE) Cleaning...
rm -f $(STAMP_DIR)/.linux-compile
rm -rf $(LINUX_BUILD_DIR)
rm -f $(TARGETS)