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.6 | |
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.6')
-rw-r--r-- | openwrt/target/linux/linux-2.6/Makefile | 1 |
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 75f6ea0..a3d94ed 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) |