From 5f2347d869d6b7dc6498fd8c7bb13be9277ed0db Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 26 Apr 2010 16:02:14 +0000 Subject: [PATCH] Ignore errors. --- Makefile.pre.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index b0b9ee4cdeb..4db76153102 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1160,8 +1160,8 @@ TAGS:: # Sanitation targets -- clean leaves libraries, executables and tags # files, which clobber removes as well pycremoval: - find $(srcdir) -name '*.py[co]' -exec rm -f {} ';' - find $(srcdir) -name '__pycache__' -exec rmdir {} ';' + -find $(srcdir) -name '*.py[co]' -exec rm -f {} ';' + -find $(srcdir) -name '__pycache__' -exec rmdir {} ';' rmtestturds: -rm -f *BAD *GOOD *SKIPPED