diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-10-24 01:31:22 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-24 01:31:22 +0000 |
| commit | bf63d260b4a48e18edc5d1f926bb946c56a75dab (patch) | |
| tree | 2427ae800087286eadfff24c399efea9d77cbebf /openwrt/target/linux/linux-2.4 | |
| parent | 05528627629896888644e9f872ad04087f8ed6bf (diff) | |
| download | mtk-20170518-bf63d260b4a48e18edc5d1f926bb946c56a75dab.zip mtk-20170518-bf63d260b4a48e18edc5d1f926bb946c56a75dab.tar.gz mtk-20170518-bf63d260b4a48e18edc5d1f926bb946c56a75dab.tar.bz2 | |
remove some unnecessary messages
SVN-Revision: 2295
Diffstat (limited to 'openwrt/target/linux/linux-2.4')
| -rw-r--r-- | openwrt/target/linux/linux-2.4/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index 2fdf1eb..4b2589c 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) |
