Re: src/backend/Makefile CDPATH Patch

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Jason Tishler <Jason(dot)Tishler(at)dothill(dot)com>
Cc: Pgsql-Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: src/backend/Makefile CDPATH Patch
Date: 2001-04-23 19:25:38
Message-ID: 200104231925.f3NJPcN02648@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> The above is due to the following:
>
> $ export CDPATH=.:/home/jt:/home/jt/src:/home/jt/lib
> $ echo `cd parser/ && pwd`
> /home/jt/src/pgsql/src/backend/parser /home/jt/src/pgsql/src/backend/parser

Basically, you are telling me that if there are two matching parser
directories, pwd gets set to _both_ of them. Sorry, I don't think we
want to work around a bug like that, so we?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Jason Tishler 2001-04-23 20:05:54 Re: src/backend/Makefile CDPATH Patch
Previous Message Jason Tishler 2001-04-23 19:11:33 src/backend/Makefile CDPATH Patch