]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - Makefile
be2net: Bug fix to avoid soft lockup in loopback test.
[net-next-2.6.git] / Makefile
index f5cdb72ba2cef1e896e0ac87bba43cd940361399..33d4732a6c4a319c4479933c826dd37be489684b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -379,6 +379,7 @@ export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn --exc
 PHONY += scripts_basic
 scripts_basic:
        $(Q)$(MAKE) $(build)=scripts/basic
+       $(Q)rm -f .tmp_quiet_recordmcount
 
 # To avoid any implicit rule to kick in, define an empty command.
 scripts/basic/%: scripts_basic ;