On `make clean', kill the core files produced, which are of the form:
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 4 Dec 2002 17:08:15 +0000 (17:08 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 4 Dec 2002 17:08:15 +0000 (17:08 +0000)
commitab6d2934350d31b9625baf8389d5a6f2bedadc21
treeece92c77bfd9fbe7afbf37de0f0e99ba51f3121f
parent00af11738166f86cb7a1cd4a34109725218d69e6
On `make clean', kill the core files produced, which are of the form:
core.### where ### is the process ID. We use core.[0-9][0-9]* to avoid killing
core.c, core.cpp, and core.h files which may be part of benchmarks.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4913 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.common
Makefile.rules