From: | mario(at)mariovaldez(dot)org |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #13220: make uninstall removes man pages not belonging to PostgreSQL |
Date: | 2015-05-03 03:19:03 |
Message-ID: | 20150503031903.2658.13432@wrigleys.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | Postg사설 토토SQL : Postg사설 토토SQL 메일 링리스트 : 2015-05-03 이후 PGSQL-BUGS 03:19 |
The following bug has been logged on the website:
Bug reference: 13220
Logged by: Mario Valdez
Email address: mario(at)mariovaldez(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2015-05-03 04:40:29 | Re: Re: BUG #12990: Missing pg_multixact/members files (appears to have wrapped, then truncated) |
Previous Message | Jeff Davis | 2015-05-02 21:55:56 | Re: Failure to coerce unknown type to specific type |