Re: pgsql/src (Makefile.global.in) - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql/src (Makefile.global.in)
Date
Msg-id 13441.978467150@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql/src (Makefile.global.in)  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-committers
Peter Eisentraut <peter_e@gmx.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

pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql/src (Makefile.global.in)
Next
From: Ian Lance Taylor
Date:
Subject: Re: [HACKERS] Re: pgsql/src (Makefile.global.in)