Re: [Python-Dev] End of the mystery "@README.txt Mercurial bug"

2013-07-01 Thread R. David Murray
On Mon, 01 Jul 2013 08:33:38 +0200, Georg Brandl wrote: > Am 26.06.2013 16:24, schrieb Victor Stinner: > > 2013/6/26 Eric V. Smith : > >> I think that's exactly what's happening. > >> > >> From the bug report: > >> > >> find $(srcdir) '(' -name '*.fdc' -o -name '*~' \ > >>

Re: [Python-Dev] End of the mystery "@README.txt Mercurial bug"

2013-07-01 Thread Gregory P. Smith
If we disallowed builds *from in source tree* requiring all output to go into a separate build output directory instead (like any sane person does*) we wouldn't need a crazy find in the source tree to mess things up. ;) this can be done today: $ mkdir foo && cd foo && ../my-hg/2.7/configure --src

Re: [Python-Dev] End of the mystery "@README.txt Mercurial bug"

2013-07-01 Thread Victor Stinner
Hi Georg, 2013/7/1 Georg Brandl : > Am 26.06.2013 16:24, schrieb Victor Stinner: >> 2013/6/26 Eric V. Smith : >>> I think that's exactly what's happening. >>> >>> From the bug report: >>> >>> find $(srcdir) '(' -name '*.fdc' -o -name '*~' \ >>>-o -name '[@,#]*'

Re: [Python-Dev] End of the mystery "@README.txt Mercurial bug"

2013-07-01 Thread R. David Murray
On Mon, 01 Jul 2013 23:05:56 +0200, Victor Stinner wrote: > Hi Georg, > > 2013/7/1 Georg Brandl : > > Am 26.06.2013 16:24, schrieb Victor Stinner: > >> 2013/6/26 Eric V. Smith : > >>> I think that's exactly what's happening. > >>> > >>> From the bug report: > >>> > >>> find $(srcdir) '('

Re: [Python-Dev] End of the mystery "@README.txt Mercurial bug"

2013-07-01 Thread Eric V. Smith
On 7/1/2013 5:13 PM, R. David Murray wrote: > distclean still needs to be fixed, so please open a new issue for > adding buildclean or whatever you want to call it, as Eric requested > in the existing issue. I finally got around to testing it today, so I'm going to check in my change to 18312 some

Re: [Python-Dev] End of the mystery "@README.txt Mercurial bug"

2013-07-01 Thread Georg Brandl
Am 01.07.2013 23:05, schrieb Victor Stinner: > Hi Georg, > > 2013/7/1 Georg Brandl : >> Am 26.06.2013 16:24, schrieb Victor Stinner: >>> 2013/6/26 Eric V. Smith : I think that's exactly what's happening. From the bug report: find $(srcdir) '(' -name '*.fdc' -o -nam