mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-28 07:25:19 +02:00
remove some unnecessary messages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2295 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
af03b40d8e
commit
15879ccd84
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user