From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | pgsql-committers(at)postgresql(dot)org, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: pgsql/src (Makefile.global.in) |
Date: | 2001-01-02 20:25:50 |
Message-ID: | 13441.978467150@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> [
> # Update timestamp for config.h (see Makefile.global)
> ! test x"$CONFIG_HEADERS" != x"" && echo >src/include/stamp-h
> ])
> This only updates the stamp file if config.h is actually being considered
> by config.status.
Someday there will need to be a sed or grep test there to see if
config.h is actually mentioned in $CONFIG_HEADERS. But as long as
we only have one output headerfile, it should work ...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Ian Lance Taylor | 2001-01-02 20:53:32 | Re: [HACKERS] Re: pgsql/src (Makefile.global.in) |
Previous Message | Peter Eisentraut | 2001-01-02 19:36:49 | Re: pgsql/src (Makefile.global.in) |
From | Date | Subject | |
---|---|---|---|
Next Message | Ian Lance Taylor | 2001-01-02 20:53:32 | Re: [HACKERS] Re: pgsql/src (Makefile.global.in) |
Previous Message | Peter Eisentraut | 2001-01-02 19:36:49 | Re: pgsql/src (Makefile.global.in) |