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 '*~' \
> >>
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
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 '[@,#]*'
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) '('
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
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