[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with symlinks and VPATH Builds
From: |
Akim Demaille |
Subject: |
Re: Problem with symlinks and VPATH Builds |
Date: |
25 Jul 2002 13:04:11 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter) |
| > From: "Mark D. Roth" <address@hidden>
| > Date: Sat, 20 Jul 2002 20:31:13 -0500
| >
| > I've attached a patch that does this. It passes the test suite, so if
| > I don't hear any objections in the next couple of days, I'll commit
| > this to CVS.
|
| I don't like this patch, for two reasons:
|
| * The output of "/bin/pwd" is often much uglier than the output of
| "pwd" (or $PWD).
|
| * Sometimes /bin/pwd fails when plain pwd would succeed. Here's
| a contrived example:
|
| $ cd /tmp
| $ mkdir -p d/e
| $ cd d/e
| $ chmod 0 /tmp/d
| $ pwd
| /tmp/d/e
| $ /bin/pwd
| pwd: cannot determine current directory!
|
| More-realistic examples are quite common in practice.
Wow. Paul, would you install this in autoconf.texi?
I'm at work, and cut from the internet: no ssh, no cvs, just mail and
web :(
- Re: Problem with symlinks and VPATH Builds, Mark D. Roth, 2002/07/20
- Re: Problem with symlinks and VPATH Builds, Paul Eggert, 2002/07/21
- Re: Problem with symlinks and VPATH Builds, Mark D. Roth, 2002/07/21
- Re: Problem with symlinks and VPATH Builds, Paul Eggert, 2002/07/23
- Re: Problem with symlinks and VPATH Builds, Mark D. Roth, 2002/07/23
- Re: Problem with symlinks and VPATH Builds, Paul Eggert, 2002/07/24
- Re: Problem with symlinks and VPATH Builds, Mark D. Roth, 2002/07/24
- Re: Problem with symlinks and VPATH Builds, Paul Eggert, 2002/07/25
- Re: Problem with symlinks and VPATH Builds, Mark D. Roth, 2002/07/25
- Re: Problem with symlinks and VPATH Builds, Akim Demaille, 2002/07/25
Re: Problem with symlinks and VPATH Builds,
Akim Demaille <=