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 |
Subject: | Re: pgsql/src (Makefile.global.in) |
Date: | 2000-12-30 18:15:07 |
Message-ID: | 3538.978200107@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:
>> Uh, why don't we just make it generate all its output files each time?
> Because the commands in a rule should generally only update the target
> file.
If you insist ...
Perhaps the answer is to treat stamp-h as a real output file (ie,
generated from a stamp-h.in file) rather than hacking it into place
as an AC_OUTPUT extra command. It looks to me like config.status
only does the keep-the-old-timestamp bit for CONFIG_HEADERS files,
not CONFIG_FILES files, so classifying stamp-h as the latter kind
would make things work.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | petere | 2000-12-30 19:00:12 | pgsql/doc/src/sgml/ref (create_table.sgml) |
Previous Message | petere | 2000-12-30 17:11:32 | pgsql/doc/src/sgml/ref (pgaccess-ref.sgml) |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2000-12-30 19:12:32 | Re: Inheritance docs error. |
Previous Message | Tom Lane | 2000-12-30 18:05:05 | Re: Inheritance docs error. |