summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-24 01:31:22 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-24 01:31:22 +0000
commit15879ccd84dbc8d4d083bde3ec51581c47179f7a (patch)
tree5dac074eb2b78cd01c00b8da32e1ee983d9f17d3 /target
parentaf03b40d8e39aa612bab5b3d3d5996c7b8a6020d (diff)
remove some unnecessary messages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2295 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/linux-2.4/Makefile2
-rw-r--r--target/linux/linux-2.6/Makefile1
2 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/linux-2.4/Makefile b/target/linux/linux-2.4/Makefile
index 2fdf1ebb5..4b2589c2c 100644
--- a/target/linux/linux-2.4/Makefile
+++ b/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/target/linux/linux-2.6/Makefile b/target/linux/linux-2.6/Makefile
index 75f6ea049..a3d94edf7 100644
--- a/target/linux/linux-2.6/Makefile
+++ b/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)