From: Martin Mares Date: Fri, 21 Nov 2008 19:13:01 +0000 (+0100) Subject: Do not delete things named `core'. X-Git-Tag: holmes-import~146 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=1bb48c0db4e2d8f205f2b280b315ea8854119a47;p=libucw.git Do not delete things named `core'. For example, they might be Python modules :) --- 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