BUG #13220: make uninstall removes man pages not belonging to PostgreSQL - Mailing list pgsql-bugs

From mario@mariovaldez.org
Subject BUG #13220: make uninstall removes man pages not belonging to PostgreSQL
Date
Msg-id 20150503031903.2658.13432@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #13220: make uninstall removes man pages not belonging to PostgreSQL
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13220
Logged by:          Mario Valdez
Email address:      mario@mariovaldez.org
PostgreSQL version: 9.4.1
Operating system:   Linux
Description:

Executing the command "make uninstall" will remove all man pages in the
DESTDIR/man1 and DESTDIR/man3 directories, even if there are files there
from other programs. For example, if your DESTDIR is set to "/usr", man
pages will be copied to /usr/man1 and /usr/man3, and if you run "make
uninstall" all the man1 and man3 pages will be gone.

The greediness of the unistall command only affects the man pages Makefile
(doc/src/sgml/Makefile), all other Makefiles seems to delete only what was
installe, no more, no less.


Regards,

Mario Valdez

pgsql-bugs by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Failure to coerce unknown type to specific type
Next
From: Amit Kapila
Date:
Subject: Re: Re: BUG #12990: Missing pg_multixact/members files (appears to have wrapped, then truncated)