New submission from Larry Hastings <la...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue5676> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com