Re: src/include/Makefile: remove-old-headers

From: Neil Conway <neilc(at)samurai(dot)com>
To: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
Cc: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: src/include/Makefile: remove-old-headers
Date: 2004-11-09 06:27:12
Message-ID: 1099981632.22609.506.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Sun, 2004-11-07 at 11:33, Alvaro Herrera wrote:
> Since the behavior previously known as install-all-headers is now the
> default, there's no point in keeping that target. This patch removes it.

Looks good -- applied.

Note that I believe pre-7.1 would put these extra headers in a different
place than 8.0 will put them (pre-7.1 uses $DESTDIR$includedir/foo.h,
8.0 will use $DESTDIR$includedir/server/.../foo.h, where "..." may be
vary between headers). Still, worrying about nuking those old headers
seems pointless.

-Neil

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Devrim GUNDUZ 2004-11-09 10:11:45 Updated Turkish FAQ
Previous Message Neil Conway 2004-11-09 06:10:56 Re: contrib/ sparse code cleanup