From 1bb48c0db4e2d8f205f2b280b315ea8854119a47 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 21 Nov 2008 20:13:01 +0100 Subject: [PATCH] Do not delete things named `core'. For example, they might be Python modules :) --- build/Maketop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Maketop b/build/Maketop index f637d7d8..cdaae4f6 100644 --- a/build/Maketop +++ b/build/Maketop @@ -59,7 +59,7 @@ endif # Clean needs to be a double-colon rule since we want sub-makefiles to be able # to define their own cleanup actions. dust:: - rm -f `find . -path "*~" -or -name "\#*\#" -or -name core` + rm -f `find . -path "*~" -or -name "\#*\#"` rm -f allocs.tmp cscope.out TAGS clean:: dust -- 2.39.2