This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [v3] testsuite_flags absolute path fix
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Subject: Re: [v3] testsuite_flags absolute path fix
- From: Richard Henderson <rth at redhat dot com>
- Date: Fri, 18 May 2001 01:26:08 -0700
- Cc: gcc-patches at gcc dot gnu dot org, zackw at Stanford dot EDU
- References: <200105180718.f4I7IJw05673@fillmore.constant.com>
On Fri, May 18, 2001 at 12:18:19AM -0700, Benjamin Kosnik wrote:
> ! glibcpp_srcdir=`cd ${srcdir} && pwd`
> ! glibcpp_prefixdir=`cd ${prefix} && pwd`
This is going to interact badly with amd. This will cause references
to go through /a/foo/path instead of /nfs/bar/path. Which will cause
amd to decide that the automount isn't being used and unmount it in
the middle of the build.
Please only canonicalize relative paths.
r~