remove another unnecessary message
[openwrt.git] / openwrt / target / linux / linux-2.6 / Makefile
index 75f6ea0..5516240 100644 (file)
@@ -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)
@@ -268,7 +267,6 @@ rebuild:
        $(MAKE) compile
 
 clean:
-       @$(PKG_TRACE) Cleaning...
        rm -f $(STAMP_DIR)/.linux-compile
        rm -rf $(LINUX_BUILD_DIR)
        rm -f $(TARGETS)
This page took 0.035165 seconds and 4 git commands to generate.