]> mj.ucw.cz Git - libucw.git/commitdiff
Do not delete things named `core'.
authorMartin Mares <mj@ucw.cz>
Fri, 21 Nov 2008 19:13:01 +0000 (20:13 +0100)
committerMartin Mares <mj@ucw.cz>
Fri, 21 Nov 2008 19:13:01 +0000 (20:13 +0100)
For example, they might be Python modules :)

build/Maketop

index f637d7d802681093078bc8e127afa4da186e0208..cdaae4f6b7b9e22cd76318dc24cabc50a98924ac 100644 (file)
@@ -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