From: Barry Warsaw Date: Mon, 26 Apr 2010 16:02:14 +0000 (+0000) Subject: Ignore errors. X-Git-Tag: v3.2a1~999 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f2347d869d6b7dc6498fd8c7bb13be9277ed0db;p=thirdparty%2FPython%2Fcpython.git Ignore errors. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index b0b9ee4cdeb3..4db761531029 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