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

From: tim(at)keow(dot)org
To: pgsql-hackers(at)postgresql(dot)org
Subject: [patch] jdbc build fix when ./configure is run in separate dir
Date: 2004-01-19 07:54:03
Message-ID: 20040119075403.GB2150@keow.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

HTH
--Tim Larson

Attachment Content-Type Size
jdbc.diff text/plain 1.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2004-01-19 13:12:28 Re: What's planned for 7.5?
Previous Message Tom Lane 2004-01-19 03:59:15 Re: User Defined Functions/AM's inherently slow?