src/include/Makefile: remove-old-headers - Mailing list pgsql-patches

From Alvaro Herrera
Subject src/include/Makefile: remove-old-headers
Date
Msg-id 20041107003302.GA4737@surnet.cl
Whole thread Raw
Responses Re: src/include/Makefile: remove-old-headers  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
Hackers,

There is a remove-old-headers target in src/include/Makefile that is
supposed to clean old headers "unless the user did a install-all-headers".
Moreover, that target is invoked by the install target.

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.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Los dioses no protegen a los insensatos.  Éstos reciben protección de
otros insensatos mejor dotados" (Luis Wu, Mundo Anillo)

Attachment

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: contrib/xml2: add function xml_encode_special_chars
Next
From: Bruce Momjian
Date:
Subject: Add remove duplicate slashes to canonicalize_path()