[New-bugs-announce] [issue5676] Fix "make clean" in py3k/trunk

Larry Hastings report at bugs.python.org
Fri Apr 3 02:46:57 CEST 2009


New submission from Larry Hastings <larry at hastings.org>:

"make clean" fails in my tree.  There's an inscrutable new directory,
"@test", which is chmod 400, and therefore "find" isn't allowed to
descend into it, so it fails and aborts the clean early.  I don't know
what the deal is here, but I patched the rules for "clean" and
"pycremoval" so they chmod "@test" temporarily to 755 before running and
back to "400" afterwards.

A better fix: get rid of this "chmod 400 @test" nonsense.  But I'm too
lazy to investigate why it was done in the first place.  Or tell me what
I'm doing wrong in the first place...

----------
components: Build
files: lch.make.clean.diff
keywords: patch
messages: 85285
nosy: lhastings
severity: normal
status: open
title: Fix "make clean" in py3k/trunk
versions: Python 3.1
Added file: http://bugs.python.org/file13591/lch.make.clean.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5676>
_______________________________________


More information about the New-bugs-announce mailing list