Re: [patch] jdbc build fix when ./configure is run in separate

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: tim(at)keow(dot)org
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [patch] jdbc build fix when ./configure is run in separate
Date: 2004-01-25 04:04:56
Message-ID: 200401250404.i0P44uL06611@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

tim(at)keow(dot)org wrote:
> When ./configure is run outside the source directory
> (to keep the build files separate from the source files),
> make fails for the jdbc target because ant is not informed
> of the configure/build directory location.
>
> This patch fixes this, but could you please review it
> for portability, etc. For example, I am not sure that
> `pwd` is the best way to find the configure/build dir.

JDBC is moving to gborg for 7.5 so this patch isn't required.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-01-25 04:07:28 Re: Getting the results columns before execution
Previous Message Tom Lane 2004-01-25 02:42:13 Re: Disaster!