diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-24 01:35:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-24 01:35:34 +0000 |
commit | 603cb340711ddeef6ba655602b6a17e1b34730a9 (patch) | |
tree | bc5348d4432d2b703585be27482d31e891f7b391 /openwrt/target/linux/linux-2.6/Makefile | |
parent | bf63d260b4a48e18edc5d1f926bb946c56a75dab (diff) | |
download | mtk-20170518-603cb340711ddeef6ba655602b6a17e1b34730a9.zip mtk-20170518-603cb340711ddeef6ba655602b6a17e1b34730a9.tar.gz mtk-20170518-603cb340711ddeef6ba655602b6a17e1b34730a9.tar.bz2 |
remove another unnecessary message
SVN-Revision: 2296
Diffstat (limited to 'openwrt/target/linux/linux-2.6/Makefile')
-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 a3d94ed..5516240 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) |