1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-15 14:50:58 +03: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:
nbd 2005-10-24 01:31:22 +00:00
parent af03b40d8e
commit 15879ccd84
2 changed files with 0 additions and 3 deletions

View File

@ -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)

View File

@ -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)