make "individual applets" build less noisy.

add *.tmp to list of files deleted by make mrproper.
This commit is contained in:
Denis Vlasenko
2007-10-08 22:16:14 +00:00
parent d419a9f830
commit e9fd69c8e8
2 changed files with 4 additions and 4 deletions

View File

@@ -970,7 +970,7 @@ distclean: mrproper
@find $(srctree) $(RCS_FIND_IGNORE) \
\( -name '*.orig' -o -name '*.rej' -o -name '*~' \
-o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
-o -name '.*.rej' -o -size 0 \
-o -name '.*.rej' -o -name '*.tmp' -o -size 0 \
-o -name '*%' -o -name '.*.cmd' -o -name 'core' \) \
-type f -print | xargs rm -f