[PATCH] Don't use ./tmp0 for site.exp generation
Richard Guenther
rguenther@suse.de
Tue Apr 19 14:50:00 GMT 2011
On Tue, 19 Apr 2011, Rainer Orth wrote:
> Richard Guenther <rguenther@suse.de> writes:
>
> > This patch sits in all my development trees because delta uses
> > tmp? named directories for storing intermediate files. This causes
> > a make check to fail.
> >
> > Maybe there is an even better way to create a truly temporary file
> > name (that is even portable), but the following patch simply avoids
> > using tmp0 in favor of tmpDG.
>
> Perhaps it would be better to use site.tmp to match current git
> automake?
I can certainly use any other temporary name, just the tmp0 use
is annoying ;) It's a matter of a single search-and-replace.
Richard.
More information about the Gcc-patches
mailing list