From 2a8d220fbf0f50d42d97c6f8cad153f1eb06b38f Mon Sep 17 00:00:00 2001 From: Brian Gerst Date: Sat, 15 Feb 2003 20:13:57 -0800 Subject: [PATCH] remove .mod.c files in make clean Remove the generated *.mod.c files in make clean. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 29464fef3632..0f542ded8c10 100644 --- a/Makefile +++ b/Makefile @@ -704,8 +704,8 @@ clean: archclean $(clean-dirs) $(call cmd,rmclean) @find . $(RCS_FIND_IGNORE) \ \( -name '*.[oas]' -o -name '*.ko' -o -name '.*.cmd' \ - -o -name '.*.d' -o -name '.*.tmp' \) -type f \ - -print | xargs rm -f + -o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \) \ + -type f -print | xargs rm -f # mrproper - delete configuration + modules + core files # -- cgit v1.2.3