| From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: pg_regress breaks on msys |
| Date: | 2006-07-20 02:57:40 |
| Message-ID: | 44BEF124.5080403@dunslane.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
Tom Lane wrote:
>> We used to pass these values almost same way when we first did initdb in
>> C, and I don't recall any such problems. We had:
>>
>
>
>> override CPPFLAGS := -DPGBINDIR=\"$(*bindir*)\" -DPGDATADIR=\"$(*datadir*)\" -DFRONTEND -I$(*libpq_srcdir*) $(*CPPFLAGS*)
>>
>
> That seems a bit interesting. What are the stars for? I don't see
> anything about a syntax like that in my gmake documentation.
>
>
The stars are from my MUA not handling C&P from formatted text as well
as it should in text mode. It should have read:
override CPPFLAGS := -DPGBINDIR=\"$(bindir)\" -DPGDATADIR=\"$(datadir)\" -DFRONTEND -I$(libpq_srcdir) $(CPPFLAGS)
cheers
andrew
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Mark Kirkwood | 2006-07-20 03:14:28 | Re: Statement Queuing |
| Previous Message | Agent M | 2006-07-20 02:41:10 | Re: Progress bar updates |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2006-07-20 03:58:07 | Re: [PATCHES] 8.2 features? |
| Previous Message | Tom Lane | 2006-07-20 02:33:28 | Re: pg_regress breaks on msys |