remove some unnecessary messages
SVN-Revision: 2295
This commit is contained in:
parent
0552862762
commit
bf63d260b4
2 changed files with 0 additions and 3 deletions
|
@ -321,7 +321,6 @@ install: compile $(TARGET_MODULES_DIR) $(KERNEL_IPKG)
|
||||||
@{ [ "$(INSTALL_TARGETS)" != "" ] && $(IPKG_KERNEL) install $(INSTALL_TARGETS) || true; } $(MAKE_TRACE)
|
@{ [ "$(INSTALL_TARGETS)" != "" ] && $(IPKG_KERNEL) install $(INSTALL_TARGETS) || true; } $(MAKE_TRACE)
|
||||||
|
|
||||||
mostlyclean:
|
mostlyclean:
|
||||||
@$(PKG_TRACE) Cleaning...
|
|
||||||
rm -f $(STAMP_DIR)/.linux-compile
|
rm -f $(STAMP_DIR)/.linux-compile
|
||||||
rm -f $(LINUX_BUILD_DIR)/linux-$(LINUX_VERSION)/.modules_done
|
rm -f $(LINUX_BUILD_DIR)/linux-$(LINUX_VERSION)/.modules_done
|
||||||
rm -f $(LINUX_BUILD_DIR)/linux-$(LINUX_VERSION)/.drivers-unpacked
|
rm -f $(LINUX_BUILD_DIR)/linux-$(LINUX_VERSION)/.drivers-unpacked
|
||||||
|
@ -336,7 +335,6 @@ rebuild:
|
||||||
$(MAKE) compile $(MAKE_TRACE)
|
$(MAKE) compile $(MAKE_TRACE)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@$(PKG_TRACE) Cleaning...
|
|
||||||
rm -f $(STAMP_DIR)/.linux-compile
|
rm -f $(STAMP_DIR)/.linux-compile
|
||||||
rm -rf $(LINUX_BUILD_DIR)
|
rm -rf $(LINUX_BUILD_DIR)
|
||||||
rm -f $(TARGETS)
|
rm -f $(TARGETS)
|
||||||
|
|
|
@ -268,7 +268,6 @@ rebuild:
|
||||||
$(MAKE) compile
|
$(MAKE) compile
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@$(PKG_TRACE) Cleaning...
|
|
||||||
rm -f $(STAMP_DIR)/.linux-compile
|
rm -f $(STAMP_DIR)/.linux-compile
|
||||||
rm -rf $(LINUX_BUILD_DIR)
|
rm -rf $(LINUX_BUILD_DIR)
|
||||||
rm -f $(TARGETS)
|
rm -f $(TARGETS)
|
||||||
|
|
Loading…
Reference in a new issue